Some checks failed
Deploy to Staging / Build Images (pull_request) Has been cancelled
Deploy to Staging / Deploy to Staging (pull_request) Has been cancelled
Deploy to Staging / Verify Staging (pull_request) Has been cancelled
Deploy to Staging / Notify Staging Ready (pull_request) Has been cancelled
Deploy to Staging / Notify Staging Failure (pull_request) Has been cancelled
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
30 lines
1.5 KiB
Markdown
30 lines
1.5 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 |
|
|
| `hooks/` | PreToolUse hooks (model enforcement) | Debugging hook behavior |
|
|
| `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 |
|
|
| `hooks/` | PreToolUse hooks (model enforcement) | Debugging hook behavior |
|
|
| `.ai/workflow-contract.json` | Sprint process, skill integration | Issue workflow |
|