一键导入
micro
Write all micro specs for one group — fully self-contained implementation units, plus the group's simulation scenarios and human-testing checklist.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Write all micro specs for one group — fully self-contained implementation units, plus the group's simulation scenarios and human-testing checklist.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
The drift check. Compare what was built against the design doc and master spec. Sets the Double Gate — A3 cannot start until A1 is at zero findings.
Mechanical FR/AC compliance. Walk every functional requirement and acceptance criterion and render a binary Pass/Fail with evidence. No judgment about quality, direction, or architecture.
Code/content quality. Dead code, hardcoded values, leftover TODOs, weak error handling, security holes, performance traps, standards violations. Enforces the Double Gate — blocks until A1 is at zero findings.
Vision-gap analysis. Compared to the perfect-world North Star, what is missing, drifting, or underbuilt — and what to add or change now to close the gap. Not a passive alignment scorecard.
Research the world. Real web research to find what the best teams do for every technology and pattern in the build, then implement superior approaches now (not later). The only lens that brings outside knowledge.
The boundary ritual — review what just landed, record an approval, journal it, and advance the phase. The ONLY step that writes approvals, and it does NO git.
| name | Micro |
| description | Write all micro specs for one group — fully self-contained implementation units, plus the group's simulation scenarios and human-testing checklist. |
| argument-hint | <group-number> [feature-name] |
Write all micro specs for one group in a single invocation. Each micro spec is a fully self-contained implementation unit — readable without the master spec — carrying its own objective, the full text of the FRs/ACs it covers, a File Operations table, acceptance criteria, and implementation notes.
Gate: the northstar phase must be accepted, AND the group must have a brainstorm entry (/genesis-brainstorm --boundary micro for G{N}).
.genesis/project-state.md (mode)spec.md (required — for the Section 13 plan), northstar.md (required), design.md, brainstorm-log.mdapprovals/master.json (verify northstar accepted)micro-specs/G{N} (refuse if missing)..genesis/features/<feature>/micro-specs/.micro-spec-template.md:
{G.S.1}/{G.S.2} if reasonable (update the plan); else note and proceed.last_validated, then commit..genesis/features/<feature>/micro-specs/{Group.Spec}.md — one self-contained spec per file (e.g. 1.3.md)..genesis/features/<feature>/simulations/g{N}-scenarios.md — group simulation scenarios. Feeds the F-pass Simulation stage..genesis/features/<feature>/reviews/g{N}-human-review.md — human testing checklist.spec.md (Section 13) if a spec was auto-split.Implement each spec in order with /genesis-implement, then run the audits.
- "write micro specs for group 1"
- "decompose group 0"
- "micro G2"