Some checks failed
Deploy to Staging / Build Images (push) Has started running
Deploy to Staging / Deploy to Staging (push) Has been cancelled
Deploy to Staging / Verify Staging (push) Has been cancelled
Deploy to Staging / Notify Staging Ready (push) Has been cancelled
Deploy to Staging / Notify Staging Failure (push) Has been cancelled
28 lines
1.4 KiB
Markdown
28 lines
1.4 KiB
Markdown
# .claude/
|
|
|
|
## Subdirectories
|
|
|
|
| Directory | What | When to read |
|
|
| --------- | ---- | ------------ |
|
|
| `role-agents/` | Developer, TW, QR, Debugger agents | Delegating execution |
|
|
| `agents/` | Domain agents (Feature, Frontend, Platform, Quality) | Domain-specific work |
|
|
| `skills/` | Reusable skills | Complex multi-step workflows |
|
|
| `output-styles/` | Output formatting templates | Customizing agent output |
|
|
| `tdd-guard/` | TDD enforcement utilities | Test-driven development |
|
|
|
|
## Quick Reference
|
|
|
|
| Path | What | When |
|
|
|------|------|------|
|
|
| `role-agents/` | Developer, TW, QR, Debugger agents | Delegating execution |
|
|
| `role-agents/quality-reviewer.md` | RULE 0/1/2 definitions | Quality review |
|
|
| `skills/planner/` | Planning workflow | Complex features |
|
|
| `skills/problem-analysis/` | Problem decomposition | Uncertain approach |
|
|
| `skills/decision-critic/` | Stress-test decisions | Architectural choices |
|
|
| `skills/codebase-analysis/` | Systematic investigation | Unfamiliar areas |
|
|
| `skills/doc-sync/` | Documentation sync | After refactors |
|
|
| `skills/incoherence/` | Detect doc/code drift | Periodic audits |
|
|
| `skills/prompt-engineer/` | Prompt optimization | Improving AI prompts |
|
|
| `agents/` | Domain agents (Feature, Frontend, Platform, Quality) | Domain-specific work |
|
|
| `.ai/workflow-contract.json` | Sprint process, skill integration | Issue workflow |
|