원클릭으로
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 직업 분류 기준
Audit and set up a codebase for agentic AI development using the 15-principle manifesto
Full-cycle orchestrator chaining all five phases with gates and controls
Audit and set up a codebase for agentic AI development using the 15-principle manifesto
Full-cycle orchestrator chaining all five phases with gates and controls
Reviews code for architectural compliance and design integrity
Deep semantic analysis of codebase against rules, patterns, and lessons
| name | Work |
| description | Team-based TDD execution with adaptive complexity and agent delegation |
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 likenpx 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>npx ca search per delegated subtask with the subtask's specific descriptionnpx ca learn after corrections or novel discoveriesBefore bd close, you MUST:
pnpm test then pnpm lint (quality gates)/implementation-reviewer on changed code -- wait for APPROVED
If REJECTED: fix ALL issues, re-run tests, 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 designnpx ca knowledge "TDD test-first" for indexed knowledge on testing methodologynpx ca 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.