一键导入
aigon-feature-set-spec-review
Review every feature spec in a set together — coordinated spec review before implementation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Review every feature spec in a set together — coordinated spec review before implementation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Revise the current feature worktree after code review — decide accept/revert/modify
Show Aigon commands
Close feature <ID> [agent] [--adopt] - merges branch, cleans up, optionally adopts from losers
Create feature <name> - creates spec in inbox
Evaluate feature <ID> - code review or comparison
Fast-track feature <name> - create + setup + implement in one step
基于 SOC 职业分类
| name | aigon-feature-set-spec-review |
| description | Review every feature spec in a set together — coordinated spec review before implementation |
Review all reviewable specs in a feature set together. This is still spec review, not implementation: do not start features, do not modify non-spec files, and do not run target-repo build/test commands unless a spec explicitly requires read-only verification.
You are already inside the set-wide spec review task for set {{SET_SLUG}}.
aigon feature-set-spec-review {{SET_SLUG}} again.aigon feature-spec-revise on any member until authors are ready — that is a later per-feature step.spec-review: commit per affected feature spec (never one combined multi-spec commit).aigon feature-spec-review <id|slug> --no-launch, then aigon feature-spec-review-record <id|slug>.Set slug: {{SET_SLUG}}
Ordered members (dependency / topological order):
{{SET_MEMBER_TABLE}}
Intra-set dependency edges:
{{SET_DEPENDENCY_EDGES}}
Only the specs below are in the active review set. Done or in-progress members are omitted from editing but may appear in the table above for dependency context.
{{SET_MEMBER_SPECS}}
Review the spec against this checklist. Prefer small, targeted edits over broad rewrites.
complexity: matches the spec's actual scope + risk + judgment-load using the rubric (low / medium / high / very-high).
recommended_models: YAML (or per-agent model/effort keys) from frontmatter if present — specs must not embed model IDs; defaults come from the agent's complexity-defaults table at start time.spec-review: commit as other edits.if [ -z "${AIGON_AGENT_ID:-}" ]; then
AIGON_AGENT_ID=$(aigon agent-context --id-only 2>/dev/null || true)
export AIGON_AGENT_ID
fi
test -n "${AIGON_AGENT_ID:-}" || { echo "AIGON_AGENT_ID is required for spec-review commits"; exit 1; }
git add "<SPEC_PATH>"
git commit -m "spec-review: feature <ID|slug> — <summary>" -m "Reviewer: ${AIGON_AGENT_ID}
Summary:
- <high-level summary>
Strengths:
- <what was already strong>
Gaps:
- <what you tightened or clarified, including cross-feature gaps>
Risky decisions:
- <scope or architectural risks, or 'None'>
Suggested edits:
- <notable edits you made>"
aigon feature-spec-review <ID|slug> --no-launch
aigon feature-spec-review-record <ID|slug>
feature-spec-review-record for specs you did not change.Per-member record targets after edits:
{{SET_REVIEW_TARGETS}}
feature-start, feature-do, set autonomous commands, …)spec-review: commits for review workdocs/specs/features/aigon feature-set-spec-review {{SET_SLUG}} recursivelySummarize cross-feature findings and list each member spec you changed. Tell the operator they can run per-feature feature-spec-revise <id> when ready to acknowledge reviews.