agentsclimarketplace

Report

Skill bromso/metapowers/plugins/metapowers/skills/report

Generate a cross-domain project summary reportFrom its SKILL.md

Install
npx -y skills add bromso/metapowers --skill report

Assembled 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

  1. Read the domain registry:

    • Read plugins/metapowers/shared/domain-registry.md for domain structure
    • Read .metapowers/config.md if it exists for project context
  2. 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
  3. 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
  4. 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?
  5. 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?
  6. Write the report to .metapowers/reports/$ARGUMENTS-report.md (or .metapowers/reports/<date>-project-report.md if 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.

Keep looking

Skills are one crate of 326,629. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.