Final reporting and sign-off workflow. Spawns business-analyst for PRD completion verification, project-manager to consolidate results into executive report with metrics and recommendations. Use when finalizing and summarizing workflow results.
/plugin marketplace add metasaver/claude-marketplace/plugin install core-claude-plugin@metasaver-marketplaceThis skill inherits all available tools. When active, it can use any tool Claude has access to.
ROOT AGENT ONLY - Called by commands only, never by subagents.
Purpose: Validate PRD completion and generate final report Trigger: After validation-phase completes Input: PRD path, architecture, worker results, validation results, complexity, scope Output: Executive report with sign-off status
Spawn business-analyst agent (sign-off mode):
Spawn project-manager agent (consolidation mode):
If files were modified: Spawn agent to execute repomix-cache-refresh skill:
subagent_type="general-purpose"
Prompt: "Execute /skill repomix-cache-refresh"
Output: Executive report formatted for /audit or /build
{
requirementsMet: "95%",
successCriteria: "all met",
gaps: ["Optional item not implemented"],
recommendation: "Sign-off approved"
}
For /audit:
For /build:
Both include:
| Setting | Value | Rationale |
|---|---|---|
| Format | Markdown | Standard documentation |
Called by: /audit, /build, /ms (complexity ≥15) Calls: business-analyst (sign-off mode), project-manager (consolidation mode), repomix-cache-refresh skill Next phase: None (final phase)
/build JWT Authentication API
Previous Phases Complete:
PRD: /docs/epics/in-progress/msm-jwt-auth-api/prd.md
Architecture: AuthController, AuthService, TokenService
Worker Results: 4 tasks, 6 files modified
Validation: All checks passed
Report Phase (this skill):
→ BA (sign-off): 100% requirements met, no gaps, approve
→ PM (consolidation): Generate executive report
→ Repomix cache refresh (6 files modified)
Output:
# JWT Authentication API Build Report
Successfully implemented with login, logout, token refresh.
Requirements Met: 100%, Deliverables: Complete
Files Modified: 6
Recommendations: Add rate limiting, improve docs
Next Steps: Code review, deploy to staging