DevelopmentAdvanced

Full Development Lifecycle

Based on Damian Galarza's complete workflow documented in 'How I Use Claude Code.' This isn't about any single skill — it's about building a connected development environment. Claude accesses your project management (Linear/Jira), error tracking (Sentry), knowledge base (Obsidian), and persistent memory across sessions. Context is never lost between conversations.

30 min setup4 components0 skills4 MCP servers

MCP Servers

Setup

Add the Sentry MCP server for production error tracking and triage.

{
  "mcpServers": {
    "sentry": { "url": "https://mcp.sentry.dev" }
  }
}

Use Cases

  • End-to-end development workflow automation
  • Cross-tool context sharing (PM + errors + code)
  • Persistent memory across coding sessions
  • Team lead workflows with multiple integrations
lifecycleSentryLinearGitHubmemoryObsidianproject managementfull-stack