docs: correct CLAUDE.md CI claims and repoint to the mvp-* skill library
Deploy to Staging / Build Images (push) Successful in 11s
Deploy to Staging / Deploy to Staging (push) Successful in 42s
Deploy to Staging / Verify Staging (push) Successful in 4s
Deploy to Staging / Notify Staging Ready (push) Successful in 3s
Deploy to Staging / Notify Staging Failure (push) Has been skipped
Mirror Base Images / Mirror Base Images (push) Successful in 18s
Deploy to Staging / Build Images (push) Successful in 11s
Deploy to Staging / Deploy to Staging (push) Successful in 42s
Deploy to Staging / Verify Staging (push) Successful in 4s
Deploy to Staging / Notify Staging Ready (push) Successful in 3s
Deploy to Staging / Notify Staging Failure (push) Has been skipped
Mirror Base Images / Mirror Base Images (push) Successful in 18s
Root CLAUDE.md: state the actual CI pipeline (image builds + staging deploy + health checks; no tests, lint, or security scanning), replace root-level npm commands with per-workspace equivalents, correct the OCR engine description, rename Sprint Workflow to Issue Workflow (sprints unused), and replace the retired agent-system references with the skill library entry points. Remove emoji from Quality Standards per the project's own rule. .claude/CLAUDE.md: rewrite as a pure index of the current .claude/ contents with one row per mvp-* skill. Co-Authored-By: Claude Fable 5 <[email protected]>
This commit is contained in:
co-authored by
Claude Fable 5
parent
c239bb9347
commit
59fdb85e4e
+24
-21
@@ -4,26 +4,29 @@
|
||||
|
||||
| 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 |
|
||||
| `skills/` | 16 `mvp-*` reusable knowledge skills, one directory each (see Skills table below) | Loading project-specific knowledge before a task |
|
||||
| `output-styles/` | Output formatting templates (`direct.md`) | Customizing response style |
|
||||
| `tdd-guard/` | TDD-guard tool state (test/modification tracking data) | Debugging TDD-guard behavior |
|
||||
|
||||
## Quick Reference
|
||||
## Skills (`skills/`)
|
||||
|
||||
| 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 |
|
||||
Each skill is `skills/{name}/SKILL.md`; its frontmatter `description` states exactly when to load it — this table is a condensed pointer, not a substitute for reading it.
|
||||
|
||||
| Skill | What | When to read |
|
||||
| ----- | ---- | ------------- |
|
||||
| `mvp-architecture-contract/` | Load-bearing architecture decisions, invariants, and known weak points | Designing, extending, or reviewing a feature or refactor |
|
||||
| `mvp-build-and-env/` | Fresh-checkout setup and build/test/install failure triage | Any local build, install, or test command fails |
|
||||
| `mvp-change-control/` | Issue/branch/PR workflow, RULE 0/1/2 quality-review taxonomy, label discipline | Making any repo change, reviewing code, asking "is this safe to merge" |
|
||||
| `mvp-config-and-secrets/` | Env vars, config fields, Docker secrets, feature flags, tier gates | Adding/changing config or secrets; startup config errors |
|
||||
| `mvp-debugging-playbook/` | Symptom-to-root-cause triage index | Diagnosing a live bug from its symptom |
|
||||
| `mvp-deploy-safety-campaign/` | CI/CD safety gaps (no tests/lint/security gate, `:latest` tag hazard) and the plan to close them | Working on CI/CD pipeline safety |
|
||||
| `mvp-diagnostics-and-logging/` | Grafana/Loki/LogQL, health checks, redis-cli, shipped diagnostic scripts | Observing or measuring the running system instead of guessing |
|
||||
| `mvp-docs-and-writing/` | Doc trust map, house style, doc-sync discipline, temporal-contamination rule | Reading or writing any documentation, including CLAUDE.md files |
|
||||
| `mvp-failure-archaeology/` | Chronicle of past incidents, dead ends, and reverts with root cause and evidence | Before re-investigating a familiar-smelling bug or deleting old-looking code |
|
||||
| `mvp-launch-readiness/` | Pre-launch blockers and guardrails for external/user-facing claims | Assessing launch readiness or writing a public claim about the product |
|
||||
| `mvp-ocr-gemini-pipeline/` | OCR engine stack, Gemini semantic extraction, VIN decode, WIF auth chain | Working on OCR, VIN decode, or email-ingestion features |
|
||||
| `mvp-proof-and-analysis-toolkit/` | Prove-it methods for high-stakes decisions and stuck bugs | Before committing to an architectural/design decision, or after a failed fix attempt |
|
||||
| `mvp-research-frontier/` | Open problems and methodology for proposing/validating new work | Seeding the next piece of work; the issue tracker is empty |
|
||||
| `mvp-run-and-operate/` | Deploy, rollback, blue/green switch, backup/restore procedures | Operating staging or production environments |
|
||||
| `mvp-validation-and-qa/` | Evidence bar and definition of done; real test-suite map | Before claiming a change is done, tested, or ready to merge |
|
||||
| `mvp-vehicle-domain-reference/` | Vehicle domain theory: VIN validation/decode, MPG/unit conversion, tiers | Working on VIN, fuel-efficiency, unit-conversion, or tier-limit logic |
|
||||
|
||||
Reference in New Issue
Block a user