SKILL_TEMPLATE
[1-2 sentence description of what this skill does]. Triggers on [specific phrases/contexts that should activate this skill]. Outputs [what the skill produces].
Synchronizes README.md Command Center with current project state. Triggers on gate changes, EPIC status changes, or explicit `/ghm-status-sync` invocation. Outputs updated README.md dashboard with current lifecycle stage, blockers, and metrics.
$ npx -y skills add mattgierhart/PRD-driven-context-engineering --skill ghm-status-sync --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/ghm-status-syncContext preview
The summary Claude sees to decide when to auto-load this skill.
Synchronizes README.md Command Center with current project state. Triggers on gate changes, EPIC status changes, or explicit `/ghm-status-sync` invocation. Outputs updated README.md dashboard with current lifecycle stage, blockers, and metrics.
name: ghm-status-sync description: > Synchronizes README.md Command Center with current project state. Triggers on gate changes, EPIC status changes, or explicit `/ghm-status-sync` invocation. Outputs updated README.md dashboard with current lifecycle stage, blockers, and metrics. context: inline allowed-tools: - Read - Write - Edit - Glob - Grep
Synchronize the README.md Command Center with the current project state after gate advancement or EPIC status changes.
1. **Load Context** → Read README.md, PRD.md metadata, Active EPIC Session State section 2. **Extract State** → Pull lifecycle stage, blockers, metrics 3. **Update Dashboard** → Sync README sections with current truth
| Element | Definition | Evidence | |---------|------------|----------| | **Lifecycle Stage** | Current PRD version from PRD.md | `Current Lifecycle Gate: v0.X` | | **Gate Status** | Visual progress indicators | 🟢 Complete / 🟡 In Progress / ⚪ Pending | | **Active EPIC** | Current work from EPIC header | `EPIC-XX: Title` | | **Blockers** | Open blockers from EPIC Session State section | List with severity |
Read these files in order: 1. `README.md` (current state) 2. `PRD.md` (metadata block for lifecycle stage) 3. Active EPIC Session State section (blockers, progress)
Pull authoritative values:
| Field | Source | |-------|--------| | Lifecycle Stage | PRD.md `Current Lifecycle Gate` | | Gate Progress | PRD.md gate table | | Active EPIC | README.md `Active Work` section | | Blockers | EPIC Session State section | | Metrics | README.md Truth Table |
Apply synchronization rules:
1. **Lifecycle Stage**: Update header to match PRD.md 2. **Gate Table**:
3. **Active EPIC**: Update metadata in Active Work section 4. **Blockers**: Sync from EPIC Session State section 5. **Squad Status** (Section: `squad-status`): Update agent and EPIC tables:
| Pattern | Example | Fix | |---------|---------|-----| | Stale gate status | 🟢 on gate with missing criteria | → Verify all criteria before marking complete | | Missing blockers | EPIC has blockers, README shows none | → Always sync from EPIC Session State section | | Wrong EPIC reference | README points to closed EPIC | → Check EPIC status before updating |
**DO**:
**DON'T**:
After status sync completes:
PRD-Led Context Engineering — Memory as Infrastructure. An ontology layer for product teams building products that solve real problems — with AI agents that remember. Gated PRD, typed IDs, markdown knowledge graph, Claude Code skills & hooks.
Repo: mattgierhart/PRD-driven-context-engineering
[1-2 sentence description of what this skill does]. Triggers on [specific phrases/contexts that should activate this skill]. Outputs [what the skill produces].
Validates gate criteria before PRD lifecycle advancement by delegating to the readiness scoring pipeline (scripts/readiness.py). Returns a graduated PASS /…
Extracts durable insights from temp/ files to SoT during EPIC Phase E. Triggers at EPIC completion or explicit `/ghm-harvest` invocation. Outputs new SoT…
Validates and registers new SoT IDs with cross-reference integrity. Triggers when creating BR-XXX, UJ-XXX, API-XXX, or CFD-XXX entries. Outputs formatted SoT…
Install the PRD-Driven Context Engineering methodology into a fresh OR existing repository — the subscription-native alternative to forking the whole repo.…
Creates new Source of Truth (SoT) files when existing templates don't fit your needs. Triggers on requests to create a new SoT file, add a new artifact type,…