بنقرة واحدة
work
Team-based TDD execution with adaptive complexity and agent delegation
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Team-based TDD execution with adaptive complexity and agent delegation
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Decompose a large system specification into cook-it-ready epic beads via DDD bounded contexts
Reference for configuring, launching, and monitoring infinity loops and polish loops
Decompose a large system specification into cook-it-ready epic beads via DDD bounded contexts
Reflect on the cycle and capture high-quality lessons for future sessions
Full-cycle orchestrator chaining all five phases with gates and controls
Decompose work into small testable tasks with clear dependencies
| name | Work |
| description | Team-based TDD execution with adaptive complexity and agent delegation |
| phase | work |
Execute implementation through an AgentTeam using adaptive TDD. The lead coordinates and delegates -- agents write code.
bd ready or $ARGUMENTSbd update <id> --status=in_progress## Acceptance Criteria table in the resolved spec file (legacy fallback: the parent epic description). Each AC row defines a testable criterion that the implementation must satisfy. If no AC section exists, flag as a process gap and proceed using EARS requirements directly.## Verification Contract section in the resolved spec file (legacy fallback: the parent epic description).
Required evidence as the epic's definition of done.Profile, Surfaces, and Risks to decide what evidence must be produced during implementation, not just at review time.test + lint gates.ca search per agent/subtask for targeted context. Display results.team_name) with MULTIPLE test-writers and implementers:
.claude/skills/compound/agents/{test-writer,implementer}/SKILL.mdbd close <id>ca search per delegated subtask with the subtask's specific descriptionca learn after corrections or novel discoveriesBefore bd close, you MUST:
Required evidence list from the resolved spec file (legacy fallback: the parent epic description) and satisfy every listed item. The minimum legacy floor is test and lint.{{QUALITY_GATE_TEST}} then {{QUALITY_GATE_LINT}}Required evidence includes build, run {{QUALITY_GATE_BUILD}}browser_evidence / responsive_check / edge_states_check / a11y_smoke: capture runtime/browser proof and summarize it in the review handoffcontract_checks / contract_examples: run representative requests/examples and record outcomescommand_transcript: record happy-path and bad-input CLI flowsexamples_run / docs_examples_sync: run or update public examples alongside the code/implementation-reviewer on changed code -- wait for APPROVED
If REJECTED: fix ALL issues, re-run required evidence, resubmit. INVIOLABLE per CLAUDE.md.The full 8-step pipeline (invariant-designer through implementation-reviewer) is recommended
for complex changes. For all changes, /implementation-reviewer is the minimum required gate.
bd ready to find available tasksbd update <id> --status=in_progress when startingbd close <id> when all tests passdocs/compound/research/tdd/ for TDD methodology, test-first development evidence, and best practicesdocs/compound/research/property-testing/ for property-based testing theory and invariant designca knowledge "TDD test-first" for indexed knowledge on testing methodologyca search "testing" for lessons from past TDD cyclesbd)Before starting Review, verify ALL work tasks are closed:
bd list --status=in_progress must return emptybd list --status=open should only have Review and Compound tasks remaining
If any work tasks remain open, DO NOT proceed. Complete them first.