Report
Generate a cross-domain project summary reportFrom its SKILL.md
npx -y skills add bromso/metapowers --skill reportAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
2.4 KB, 539 tokens by cl100k_base, as published. Nobody here has run it
Report
Generate a comprehensive cross-domain report for "$ARGUMENTS" (or the entire .metapowers/ directory if no argument given). Summarize progress, findings, and readiness across all active domains.
Prerequisites
Requires .metapowers/ directory with at least one domain's artifacts.
Process
-
Read the domain registry:
- Read
plugins/metapowers/shared/domain-registry.mdfor domain structure - Read
.metapowers/config.mdif it exists for project context
- Read
-
Scan all domain artifacts:
- For each domain with artifacts in
.metapowers/:- Read the most recent/final artifact (e.g., the last completed phase)
- Extract key findings, decisions, and outcomes
- Note completion status
- For each domain with artifacts in
-
Generate domain summaries:
For each active domain, extract the key insight:
- Research: Problem statement and top recommendation
- Branding: Positioning statement and brand personality
- Design: Component contracts and design decisions
- Development: Features built, test status, commits
- Accessibility: Conformance level and outstanding issues
- Marketing: Campaign strategy and channel plan
- Coaching: Scores and top improvement areas
- Leadership: Team structure and OKRs
- Project Management: Sprint status and velocity
- Legal: Compliance status and outstanding risks
-
Identify cross-domain connections:
- Is branding being followed in marketing?
- Are accessibility issues addressed in development?
- Does the design align with the research findings?
- Are coaching recommendations being acted on?
-
Generate readiness assessment:
- What's complete and ready?
- What's in progress?
- What's blocked or needs attention?
- What domains haven't been started but should be?
-
Write the report to
.metapowers/reports/$ARGUMENTS-report.md(or.metapowers/reports/<date>-project-report.mdif no argument) with sections:- Executive Summary — one-paragraph project status
- Domain Status — per-domain progress and key findings
- Cross-Domain Insights — connections and alignment
- Readiness Assessment — what's ready, in progress, blocked
- Recommended Next Steps — prioritized actions
Output
The report written to .metapowers/reports/. Present the executive summary and recommended next steps to the user.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.