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
Sentry MCP
Production error tracking — triage and fix issues without leaving your agent.
Linear MCP
Issue tracking and project management — read tasks, update status, create issues.
GitHub MCP
Version control — commits, PRs, code review, and CI/CD status.
Memory MCP
Persistent memory across sessions — store implementation plans, decisions, and context.
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