What problem does it solve?
This Skill addresses the friction of starting a new repository feature by coordinating research, planning, implementation tasking, and multi-session review across multiple specialist agents to preserve context and improve quality.
Core Features & Use Cases
- Automated repository research: Run a background Gemini analysis to surface architecture, relevant files, and technical considerations.
- Requirements gathering and planning: Interactive Claude-driven prompts collect user goals and draft an implementation plan.
- Design and post-implementation review: Use Codex via subagents for design critique and diff-based multi-session code review.
- Task creation and persistence: Generate actionable task lists and update CLAUDE.md to persist project context across sessions.
- Use Case: Kick off a non-trivial feature by producing a vetted plan, task breakdown, and scheduling independent reviews to reduce bias and catch issues early.
Quick Start
Start a new feature called "user-auth" by analyzing the repository for relevant files, drafting requirements and an implementation plan, creating a task list, and scheduling a multi-session review with Codex.