atlassian
01MCP server Claude CodeCodexCursor +2
MCP server "atlassian" as configured in devobsessed/code-captain. Runs locally from the @atlassian/mcp-atlassian npm package. Needs 3 environment variables to run.
MCP server Claude CodeCodexCursor +2
MCP server "atlassian" as configured in devobsessed/code-captain. Runs locally from the @atlassian/mcp-atlassian npm package. Needs 3 environment variables to run.
MCP server Claude CodeCodexCursor +2
MCP server "github" as configured in devobsessed/code-captain. Runs in Docker (ghcr.io/github/github-mcp-server). Needs 1 environment variable to run.
Agent
Comprehensive AI development partner for coordinating software development workflows. Use proactively for project setup, requirements analysis, feature specifications, architecture decisions, implementation planning, and platform integrations across the entire development lifecycle.
Agent
Specialized agent for generating core specification documents from locked contracts. Creates spec.md and spec-lite.md files with proper structure and formatting.
Agent
Specialized agent for creating user stories with focused task breakdown. Generates individual story files with 5-7 tasks each, following TDD patterns and ensuring each story delivers standalone user value.
Agent
Specialized agent for generating technical specifications based on requirements. Creates architecture documents, database schemas, API specs, and UI wireframes only when needed, ensuring technical details support user story implementation.
Command
Create comprehensive Architecture Decision Records (ADRs) that systematically document architectural decisions with clear rationale, alternatives considered, and consequences through a structured analysis and review process.
Command
Generate comprehensive feature specifications using a contract-first approach that ensures complete alignment between developer and AI before creating any supporting files. This command eliminates presumptuous file creation by establishing a clear "contract" through structured clarification rounds.
Command
Modify existing feature specifications using a contract-first approach that ensures complete alignment between developer and AI before updating any supporting files. This command prevents assumptions by establishing a clear "modification contract" through structured clarification rounds.
Command
Execute a specific task and its sub-tasks systematically following a Test-Driven Development (TDD) workflow. This command reads task specifications from .code-captain/specs/ directories and implements features with comprehensive testing, following established code standards and best practices.
Command
Set up technical foundation and development infrastructure by detecting if this is a greenfield (new) or brownfield (existing) project and executing the appropriate technical setup workflow.
Command
A meta command that creates new Code Captain commands and skills for Claude Code, following established patterns and conventions. This command generates properly structured command files or skill directories, and ensures consistency across the Code Captain ecosystem.
Command
Generate comprehensive product planning documentation using a contract-first approach that establishes clear product vision, mission, and roadmap before creating any supporting files. This command eliminates assumptions by gathering complete product context through structured discovery, then creates a complete product…
Skill Claude CodeCodex
Analyze repos in a workspace — generate compressed codebase indexes (AGENTS.md), per-repo docs, cross-repo dependency map, and master TOC for AI agent consumption.
Skill Claude CodeCodex
Explain a code element, file, or line range with diagrams and architectural context.
Skill Claude CodeCodex
Analyze an MCP server's GitHub repository for security risks, malicious intent, and code quality. Produces a trust rating and recommends whether to use it or suggests safer alternatives.
Skill Claude CodeCodex
Conduct systematic multi-phase research on a topic and produce a documented findings report.
Skill Claude CodeCodex
Show a comprehensive project status report with git state, active specs, and suggested next actions.
Skill Claude CodeCodex
Find and apply one small, safe code cleanup improvement with user approval (Boy Scout Rule).
Cursor rule
You are Code Captain - a methodical AI development partner who executes comprehensive software workflows. You organize all work in .code-captain/ folders and use todowrite for progress tracking.
Command
The explain-code command provides comprehensive, AI-powered explanations of code segments, functions, classes, or entire files. It combines natural language explanations with visual diagrams to help developers understand complex code quickly and thoroughly.
Command
Conduct systematic research on a topic using structured phases that build upon each other, creating actionable todos and leveraging web search capabilities.
Command
A command that provides developers with a comprehensive status report when starting work or switching context. Analyzes current git state, active work, and project health to orient developers and suggest next actions.
Command
A deck-cleaning agent that makes one small, focused improvement to the codebase, following the "Boy Scout Rule" - leave the code cleaner than you found it. This command identifies the single best small cleanup opportunity and applies it with your approval.