Status
Scan the .metapowers/ directory and show the status of all active projects across all domains.
Prerequisites
None — utility skill, run anytime.
Process
Read the domain registry:
- Read
plugins/metapowers/shared/domain-registry.mdfor the list of all domains and their artifact patterns
- Read
Scan
.metapowers/directory:- List all subdirectories under
.metapowers/ - For each domain directory found, list all project subdirectories
- For each project, list all artifact files present
- List all subdirectories under
Determine project status:
- Count total phases in the domain's methodology
- Count completed phases (numbered artifact files present)
- Determine status: Not Started, In Progress (X/Y phases), Complete
- Note the last modified date of the most recent artifact
Check for cross-domain connections:
- Does a branding project exist? (other domains may reference it)
- Are there coaching reviews for any projects?
- Any accessibility audits completed?
Present the status directly to the user in a table format:
Domain Project Status Last Updated ────── ─────── ────── ──────────── design button 3/5 phases 2026-04-23 research onboarding Complete 2026-04-22 branding acme 5/5 phases 2026-04-23 development auth-system 1/4 phases 2026-04-24 coaching login-form 2 reviews 2026-04-23 accessibility checkout-flow Not Started —Highlight attention items:
- Projects that are in progress but stale (last update > 7 days ago)
- Domains with no projects started
- Cross-domain gaps (e.g., branding exists but no brand audit run yet)
Output
Present the status directly to the user. No artifact file created — this is a real-time status check.