From tecnologia-morelos-workflow
Gate 0 skill. Generates the three foundational documents for a new project: Project Charter, Statement of Work (SOW), and Acerca de (About page). Checks TM for existing documents before creating, presents drafts for human review, and publishes to TM after approval.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tecnologia-morelos-workflow:charter [project-name]When to use
User says 'start a new project', 'create project charter', 'write SOW', 'initialize project'
[project-name]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Starting a new project (Gate 0)
kb-read → charter → governanceTemplates are in templates/ as reference. Generate content adapted to the
specific project — do not copy templates verbatim.
kb-read: search for "[Project Name]" in TM
→ If KB exists, list existing nodes
→ If charter/SOW/about already exist, inform user and ask how to proceed
Ask the user for (if not already provided):
Generate each document using the templates as structure reference:
templates/project-charter.md)templates/sow.md)templates/about.md)Present each document to the user for review before publishing.
Use the review skill mentally — present the 4Ds questions relevant to each
document type. Wait for explicit approval.
After approval, use kb-publish conventions to create nodes in TM:
PAGE for all three📚 [Project Name]
├── 📄 Acerca de (PAGE)
├── 📄 Project Charter (PAGE)
└── 📄 SOW (PAGE)
npx claudepluginhub atd-morelos/tecnologia-morelos-workflow --plugin tecnologia-morelos-workflowGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.