원클릭으로
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, with optional post-epic improvement loop configuration
Multi-agent review with lesson-calibrated reviewers, runtime verification, and severity classification
Comprehensive playbook for building world-class websites, landing pages, web applications, and dashboards. Covers the full build sequence from brand identity and information architecture through layout, typography, color, scroll animations, micro-interactions, hover effects, loading states, empty states, error handling, accessibility, SEO, and conversion optimization. Use this skill whenever building a new website or web app from scratch, redesigning pages (pricing, landing, portfolio), adding polish or animations, fixing generic-looking UI, improving visual hierarchy, or when the user says anything looks "janky", "generic", "amateur", or "needs more polish". Also use when adding hover states, scroll effects, page transitions, or doing a design review pass.
Reflect on the cycle and capture high-quality lessons for future sessions
Decompose work into small testable tasks with clear dependencies
Develop precise specifications through Socratic dialogue, EARS notation, and Mermaid diagrams
| 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 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.pnpm test then pnpm lintRequired evidence includes build, run pnpm buildbrowser_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.