From aura
Add `aura:p6-plan:s6-ratify` label to accepted PROPOSAL-N after consensus and UAT.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aura:architect-ratifyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Add `aura:p6-plan:s6-ratify` label to accepted PROPOSAL-N after consensus and UAT.
Add aura:p6-plan:s6-ratify label to accepted PROPOSAL-N after consensus and UAT.
-> Full workflow in PROCESS.md
All 3 reviewers have voted ACCEPT on PROPOSAL-N and user has approved via UAT.
Given all 3 reviewers voted ACCEPT when ratifying then add aura:p6-plan:s6-ratify label to PROPOSAL-N should never ratify with any REVISE votes outstanding
Given ratification when documenting then add comment with reviewer sign-offs and UAT reference should never ratify without audit trail
Given previous proposals exist when ratifying new version then mark old proposals as aura:superseded should never leave old proposals without superseded marking
All 3 reviewers must vote ACCEPT. If any reviewer votes REVISE:
aura:supersededCheck all reviews on PROPOSAL-N task:
bd show <proposal-id>
bd comments <proposal-id>
Verify all 3 votes are ACCEPT
Add ratify label to PROPOSAL-N (do NOT create a new task):
bd label add <proposal-id> aura:p6-plan:s6-ratify
bd comments add <proposal-id> "RATIFIED: All 3 reviewers ACCEPT, UAT passed (<uat-task-id>)"
Mark all previous proposals as superseded:
bd label add <old-proposal-id> aura:superseded
bd comments add <old-proposal-id> "Superseded by PROPOSAL-N (<ratified-proposal-id>)"
Update URD with ratification:
bd comments add <urd-id> "Ratified: scope confirmed. Ratified proposal: <ratified-proposal-id>"
After ratifying PROPOSAL-N:
/aura:architect-handoff to create handoff document and spawn supervisorIMPORTANT: Do NOT start implementation yourself. The architect's role ends at handoff. Implementation is handled by the supervisor and workers spawned during handoff.
When ratifying a FOLLOWUP_PROPOSAL-N, the next step is the same h1 handoff but scoped to the follow-up epic:
.git/.aura/handoff/{followup-epic-id}/architect-to-supervisor.mdnpx claudepluginhub dayvidpham/aura-plugins --plugin auraGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.