spec-driven-cc-guidelisted
Install: claude install-skill bankielewicz/DevForgeAI
# Spec-Driven CC Guide
Authoritative Claude Code Terminal knowledge base with 4-phase Execute-Verify-Gate enforcement for knowledge retrieval. Prevents token optimization bias that causes reference file skipping.
---
## Execution Model
See **`.claude/rules/core/anti-skip-behavior.md`** for the canonical execution contract (expand inline; do not wait passively or offer execution options; honor every step of every phase; Self-Check violation taxonomy; Token-Optimization-Bias prohibition; governed by ADR-076). After invocation, execute Phase 00 Initialization immediately.
---
## Anti-Skip Enforcement Contract
Enforced structurally outside LLM control, not by this prose — by the framework's deterministic gates wired for this workflow: the `devforgeai-validate` phase gates, the `settings.json`-registered `.claude/hooks/` scripts, and `.claude/hooks/phase-steps-registry.json` (ADR-076). Behavioral residue: `.claude/rules/core/anti-skip-behavior.md`.
---
## When to Use This Skill
**Feature Discovery:** "Can Claude Code do...?", "How do I use [feature]?", "What features are available?"
**Component Creation:** Creating subagents, skills, slash commands, plugins, hooks
**Configuration:** Settings, models, permissions, MCP servers, CI/CD, network/proxy
**Troubleshooting:** Installation issues, errors, performance problems
**Integration:** GitHub Actions, GitLab CI/CD, headless mode, DevContainers, hooks
**Prompt Engineering:** Writing effective prompts, system prompts, us