From core-claude-plugin
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.
npx claudepluginhub metasaver/claude-marketplace --plugin core-claude-pluginThis skill uses the workspace's default tool permissions.
> **ROOT AGENT ONLY** - Called by commands only, never by subagents.
Generates hierarchical markdown summary of /do workflow completions, verifying global invariants, deliverables status, key changes, and tradeoffs applied. Called by /verify.
Generates SDLC reports including iteration status, sprint summaries, phase reports, metrics dashboards, and executive summaries from project artifacts. Useful for agile reviews and stakeholder updates.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Share bugs, ideas, or general feedback.
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