What problem does it solve?
This Skill streamlines the development workflow when using Claude Code, focusing on optimizing context usage, implementing Test-Driven Development (TDD), and leveraging sub-agents for efficient task management. It aims to reduce development iterations and improve code quality.
Core Features & Use Cases
- Context Engineering: Manages and optimizes the LLM's context window to maximize token utility and prevent information loss.
- Spec-Driven Development: Emphasizes defining specifications before coding to reduce rework.
- TDD Loop: Enforces a Red-Green-Refactor cycle for robust code.
- Sub-agent Utilization: Leverages specialized agents (e.g., Explore, Plan) for distributed tasks.
- Post-Development Workflow: Implements a structured process for verification, commit, and documentation synchronization.
- Agent Teams: Facilitates parallel development through coordinated agent teams.
Quick Start
Initiate a new feature development using Agent Teams by running the command /orchestrate --type feature.