c3-alter
Installation
SKILL.md
C3 Alter - Change Through ADR
Every change flows through an ADR. No exceptions.
Relationship to c3-orchestrator agent: This skill defines the change workflow stages. The c3-skill:c3-orchestrator agent implements this workflow, dispatching to sub-agents (c3-analysis, c3-synthesizer) for comprehensive analysis. Use the agent when spawning via Task tool; use this skill directly for inline execution.
REQUIRED: Load References
Before proceeding, use Glob to find and Read these files:
**/references/skill-harness.md- Red flags and complexity rules**/references/layer-navigation.md- How to traverse C3 docs**/references/adr-template.md- ADR structure (for Stage 4)**/references/component-lifecycle.md- Provisioned status model (for Stage 2b)
Core Loop (All Stages)
ANALYZE → ASK (until confident) → SYNTHESIZE → REVIEW
│ │
Related skills