ワンクリックで
staging-templates
Sidecar data for /staging workflow — project-specific path mapping templates loaded just-in-time. Extensible by user.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Sidecar data for /staging workflow — project-specific path mapping templates loaded just-in-time. Extensible by user.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | Staging Templates |
| description | Sidecar data for /staging workflow — project-specific path mapping templates loaded just-in-time. Extensible by user. |
| source | user |
Trigger:
/stagingworkflow requests path mapping for a target project. Pattern: Sidecar Skill — data resources only, no executable logic.
| Resource | Relative Path | Loaded when |
|---|---|---|
| Default Template | projects/default.md | /staging [project] when no project-specific template exists |
| Project Template | projects/[project-name].md | /staging [project] when project-specific template exists |
/staging [project] runs, the workflow reads this Skill at Step 0 (Pre-flight).projects/[project-name].md exists (e.g., projects/para-workspace.md).TEMPLATE_ROOT, path mappings, and exclusion rules.projects/default.md → use the generic convention-based mapping.repo/ where agent artifacts are stored. This varies per project:
para-workspace → repo/templates/common/agents (has common/ layer)para-graph → repo/templates/agents (flat structure)TEMPLATE_ROOT.catalog.yml, project-specific exclusions).To create a custom staging template for a project:
# Copy the default template and rename
cp .agents/skills/staging/projects/default.md .agents/skills/staging/projects/[project-name].md
# Edit the path mappings and exclusions for your project
The user can customize path mappings, add extra exclusions, or define project-specific post-stage notes without modifying the workflow logic.
default.md is the fallback and MUST always exist.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.