一键导入
vibecode-execution-templates
Sidecar data for /vibecode workflow — verification checklists, exit criteria templates, and report formats loaded just-in-time.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Sidecar data for /vibecode workflow — verification checklists, exit criteria templates, and report formats loaded just-in-time.
用 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 | Vibecode Execution Templates |
| description | Sidecar data for /vibecode workflow — verification checklists, exit criteria templates, and report formats loaded just-in-time. |
| trigger | /vibecode workflow execution |
| glob | null |
| source | user |
Sidecar Skill for the
/vibecodeworkflow. Contains execution templates, verification checklists, and report formats that the Agent loads only when executing a specific mode.Pattern: Workflow = Logic → Sidecar Skill = Data Router. The
/vibecodeworkflow instructs the Agent to read this skill at mode-start time.
| Mode | File to load | When |
|---|---|---|
review | references/review-report.md | Step 7 — Generate review report |
loop | references/loop-config.md | Step 1 — Define exit criteria |
loop | references/loop-report.md | Step 5 — Generate final report |
auto | references/auto-queue.md | Step 1 — Build execution queue |
--sandbox | references/sandbox-report.md | After sandbox loop/auto — Generate diff report |
session | references/session-quality-gate.md | Phase start — Quality Gate proposal (TDD/graph/QA/hardened) |
session | § Phase Context Reload (below) | Phase start — Reload project rules/skills + tool-specific skills |
| all | references/verification.md | Verify step — project-type commands |
| File | Purpose |
|---|---|
references/review-report.md | Plan audit scorecard with Agent Learning Notes |
references/sandbox-report.md | Sandbox diff report + companion check |
references/loop-config.md | Exit criteria presets by project type |
references/loop-report.md | Iteration log + lessons learned |
references/auto-queue.md | Execution queue + progress tracker |
references/session-quality-gate.md | Sensitive keywords registry + Quality Gate template for session phases |
references/verification.md | Build/lint commands by tech stack |
scripts/session-manager.sh | Dynamic session KI (vibecode_session) management helper script |
Recommended chains:
New plan: review → loop --sandbox → apply → auto
Quick fix: loop (standalone, real project)
Risky phase: review → loop --sandbox [Phase N] → apply → auto --resume
Quick peek: loop --sandbox --max 1 (one-shot preview)
Full dry-run: auto --sandbox (entire plan in sandbox)
Free session: session (DSP draft → JIT phases → Quality Gate → commit)
Targeted: session refactor-auth (DSP with topic → Phase 1 ready)
Hardened: session --hardened (auto-detect + forced TDD on sensitive code)
At the start of every Phase in session mode, Agent MUST reload context to prevent drift in long sessions. This table defines WHAT to reload.
| # | What to reload | Path | Condition |
|---|---|---|---|
| 1 | Project rules index | Projects/[project]/.agents/rules.md | If exists |
| 2 | Project skills index | Projects/[project]/.agents/skills.md | If exists |
| 3 | Project domain skill | Projects/[project]/.agents/skills/[project]/SKILL.md | If exists |
| 4 | Project developer guidelines | Projects/[project]/.agents/AGENTS.md (or agents.md in root) | If exists |
| Activated Tool | Skill to load | Path |
|---|---|---|
| 🧪 TDD | TDD Guidelines | .agents/skills/tdd/SKILL.md |
| 🔍 --graph | Graph Intelligence Router | .agents/skills/para-graph/SKILL.md |
| 🔒 --hardened | TDD Guidelines (co-required) | .agents/skills/tdd/SKILL.md |
| ⚗️ /brainstorm | Brainstorm Templates | .agents/skills/brainstorm/SKILL.md |
| 📋 /qa | QA Review Templates | .agents/skills/qa/SKILL.md |
Pattern: The
/vibecodeworkflow references this table at Step 2a (Context Reload). Agent reads the sidecar skill → follows the routing table → loads the right skills. This keeps the workflow file lean and the routing logic centralized here.
After execution, verify:
/plan [project-name] dev before making any code modificationsbash -n (--sandbox)/plan [project-name] end) before performing session teardown or archiving/cleaning plan files