원클릭으로
para-skill-governance
Governance skill for creating and validating PARA skills via Co-Author engine
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Governance skill for creating and validating PARA skills via Co-Author engine
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Companion skill for the /open workflow. Automates workspace diagnostic steps when starting a new session on a project. Collects active session status, project contracts, active task metrics, compact memory presence, roadmap phases, pending brainstorms, and git status.
Sidecar data for /brainstorm workflow — Brainstorm (open), Decision (finalized), and Research document templates loaded just-in-time.
Sidecar data for /docs workflow — document templates loaded just-in-time when generating docs.
Modular HTML rendering engine for PARA Workspace. Converts Markdown documents, code graphs, and standalone files into interactive, self-contained HTML pages with consistent Notion-inspired theming. Triggers when the user asks to compile docs to HTML, render graph visualization, export markdown to HTML, view docs statically, or preview documents.
Sidecar data for /plan workflow — Detail Plan and Roadmap templates loaded just-in-time.
Sidecar data for /qa workflow — Red Team personas, dimension checklists, and QA report templates loaded just-in-time.
| name | PARA Skill Governance |
| description | Governance skill for creating and validating PARA skills via Co-Author engine |
| source | catalog |
Version: 1.0.0 | Kernel min: 1.7.6 | Type: Governance Skill Companion workflow:
/para-skill(workflows/para-skill.md)
This skill governs the quality standards, naming conventions, and creation framework
for all AI Agent skills within a PARA Workspace. It serves as the Sidecar companion
to the /para-skill workflow — the workflow handles step-by-step logic, while this
skill provides the governance rules and data resources the workflow needs.
When the /para-skill add workflow is invoked, Agent MUST follow these principles:
| Element | Rule | Example |
|---|---|---|
| Directory | kebab-case, matches skill purpose | page-map/ |
| Entry file | Always SKILL.md (uppercase) | SKILL.md |
| Frontmatter | MUST have description field | description: ... |
.agents/skills/[name]/
├── SKILL.md ← Entry point (MUST exist)
├── scripts/ ← Optional helper scripts
└── references/ ← Optional data files, templates
SKILL.md (core) + references/ (data).Agent reads this table to locate data files needed by the
/para-skillworkflow.
| Resource | Relative Path | Description |
|---|---|---|
| Quality Checklist | references/skill-quality-checklist.md | Validation checklist (D1-D4, C1-C2, W1-W3) |
| Project Profile Tmpl | references/templates/project-profile.md | Template for project DNA skills |
| Tool Skill Tmpl | references/templates/tool-skill.md | Template for utility/automation skills |
Path resolution: All paths are relative to this skill's directory (.agents/skills/para-skill/).
Agent MUST use the Router Table above to find resources, NOT hardcoded paths or legacy
workflows/para-skill/ locations (which no longer exist).
When running /para-skill validate [name], check against these criteria:
SKILL.md exists with valid YAML frontmatter (description field present)[TBD], TODO, FIXME) in production skillsworkflows/para-skill.md ← LOGIC ONLY (step-by-step actions)
skills/para-skill/
├── SKILL.md ← GOVERNANCE (this file: rules + router)
└── references/ ← DATA (templates, checklists)
Why Sidecar? Workflow files should contain only sequential logic. All supporting
data (templates, checklists, examples) belongs in the companion skill directory.
This separation reduces token waste (workflow doesn't load data it may not need)
and prevents directory pollution in the workflows/ namespace.
⚠️ Legacy note: Prior to v1.7.6.3, data files were stored in
workflows/para-skill/(a subfolder within workflows). This has been migrated toskills/para-skill/references/. Any references to the old location are obsolete.
/plan (v1.7.12)When /plan create Step 5 (Design Architecture) involves creating a new Sidecar Skill:
para-skill/SKILL.md) to get structure standards (§2).skills/[name]/
├── SKILL.md ← Router + When to Load
└── references/ ← Data files (templates, checklists)
SKILL.md with Router Tablereferences/skills.md workspace indexskills/catalog.yml