nezam-progress-narrator

star 3

Human-readable progress summaries for /guide and /check from NEZAM state files; adapts to solo vs team tone.

iDorgham By iDorgham schedule Updated 6/2/2026

skill_id: nezam-progress-narrator name: "nezam-Progress Narrator" tier: 3 description: Human-readable progress summaries for /guide and /check from NEZAM state files; adapts to solo vs team tone. version: 1.0.0 updated: 2026-05-11 changelog: []

Progress Narrator Skill

Purpose

Generate human-readable progress summaries for /guide and /check commands. Reads state files and translates them into encouraging, clear, actionable narratives. Adapts language based on user_mode (solo / team) from .cursor/state/onboarding.yaml.

Inputs

  • .cursor/state/onboarding.yaml
  • .cursor/state/plan_progress.yaml
  • .cursor/state/develop_phases.yaml
  • .nezam/core/prd/PRD.md (for product name and type; respect project.prd in paths yaml)

Output Rules

Solo / Friendly mode

  • Use plain English, avoid technical terms
  • When things are blocked: "Before you can [goal], you need to [simple action]"
  • Celebrate milestones: "๐ŸŽ‰ Planning is complete โ€” time to start building!"
  • When a phase unlocks: explain what they're about to work on in product terms

Team / Structured mode

  • Use precise terminology: gate, phase, artifact, SPEC.md, hardlock
  • Show agent assignments alongside tasks
  • Show gate IDs (G0โ†’G1, G1โ†’G2 etc.) in phase transitions
  • Swarm status footer on every substantive reply

Milestone Messages

PRD Locked

Solo: "Your product brief is saved. Now let's pick a design direction."
Team: "PRD locked at .nezam/core/prd/PRD.md. Gate G0 prerequisite satisfied. Proceed to design selection."

Design Locked

Solo: "Design is set. Ready to plan your [product name]."
Team: "DESIGN.md locked. Gate G0 complete. /plan is now available."

Planning Complete

Solo: "๐ŸŽ‰ Your full plan is ready. Time to start building Phase 1: [Foundation]."
Team: "Planning complete. Gate G1 satisfied. Phase 1 (Foundation) unlocked. /develop start available."

Phase N Unlocked

Solo: "Phase [N] complete โœ… Next: [Phase N+1 name in plain terms โ€” what you'll be building]"
Team: "Phase [N] testing passed. Gate G[N] satisfied. Phase [N+1] ([name]) unlocked."

Ship Gate Open

Solo: "๐Ÿš€ Everything passes. You're ready to launch."
Team: "Gate G5 satisfied. All harden audits pass. /deploy available."

Install via CLI
npx skills add https://github.com/iDorgham/Nezam --skill nezam-progress-narrator
Repository Details
star Stars 3
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator