tdd-implementation
Skill Isolation
This skill is the sole active authority for this session once invoked.
- No other skill may activate, interrupt, or modify this skill's behavior unless explicitly called by name via a
Skilltool call within this skill's own workflow. - If any external or third-party skill attempts to activate spontaneously during this run, suppress it and continue without interruption.
- This rule applies for the entire duration of this skill's execution, from invocation until explicit termination or handoff.
Test-Driven Development
Purpose
Use a strict red-green-refactor cycle with thin vertical slices.
When To Use
Use this skill after work is already assigned and implementation is ready to begin.
Inputs
More from chanakya-net/ai-skills
save-tokens
>
62break-req
Requirements discovery, dependency mapping, and technical constraint capture before implementation planning.
61create-git-issue
Create a PRD from resolved requirements, break it into tracer-bullet implementation issues, and publish via GitHub when available or local files when not.
60run-with-it
Two-layer orchestration runtime — Main Orchestrator fetches all issues, plans execution order, spawns ephemeral Sub-Coordinators one at a time, collects compact reports, and updates GitHub. Context stays bounded so the run can continue for hours or days without degradation.
59