Agent Claude Code
Generates project documentation from code and AIContext artifacts. Reads the codebase, produces a structured document, writes it to disk.
Teach AI to build features, not just write code. A development methodology framework for AI coding assistants — structured planning, spec-driven development, automated reviews and tests. Works with Claude Code, Codex, Cursor, and GitHub Copilot.
Agent Claude Code
Generates project documentation from code and AIContext artifacts. Reads the codebase, produces a structured document, writes it to disk.
Agent Claude Code
Explores the codebase and returns concise summaries of code structure, relationships, and patterns. Use for understanding existing code before making changes.
Agent Claude Code
Code reviewer — reads and follows the review prompt provided by the caller. Used for both correctness and architectural reviews.
Agent Claude Code
Runs backend and frontend tests, analyzes output, and returns only failures and relevant diagnostics. Use after writing or modifying code.
Agent Claude Code
Drafts test files based on a feature spec and existing test patterns. Use to parallelize TDD — draft the next test while the lead implements the current step.