technical-implementation
Installation
SKILL.md
Technical Implementation
Orchestrate implementation by dispatching executor and reviewer agents per task. Each agent invocation starts fresh — flat context, no accumulated state.
- Executor (
../../agents/implementation-task-executor.md) — implements one task via strict TDD - Reviewer (
../../agents/implementation-task-reviewer.md) — independently verifies the task (opus)
The orchestrator owns: plan reading, task extraction, agent invocation, git operations, tracking, task gates.
Purpose in the Workflow
This skill can be used:
- Sequentially: To execute a plan created by technical-planning
- Standalone (Contract entry): To execute any plan that follows plan-format conventions
Either way: dispatch agents per task — executor implements via TDD, reviewer verifies independently.