بنقرة واحدة
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 ويثبّتها لك.
Audit and set up a codebase for agentic AI development using the 16-principle manifesto
Reflect on the cycle and capture high-quality lessons for future sessions
Full-cycle orchestrator chaining all five phases with gates and controls
Multi-agent review with lesson-calibrated reviewers, runtime verification, and severity classification
Multi-phase test suite optimization with adversarial review
استنادا إلى تصنيف SOC المهني
| 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_progressbd show <epic>) for spec context -- EARS requirements guide what "done" looks like## Acceptance Criteria table in 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 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 and satisfy every listed item. The minimum legacy floor is test and lint.go test ./... then golangci-lint run ./...Required evidence includes build, run go 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.