Guides
Step-by-step guides for common Metapowers workflows.
Your First Design
Walk through the complete Design Thinking process for a button component.
/design:empathize button
/design:define button
/design:ideate button
/design:prototype button
/design:test buttonEach command builds on the previous phase's artifacts. After all 5 phases, you'll have a complete design in .metapowers/design/button/.
Research a Problem
Use the Double Diamond to investigate a user experience issue.
/research:discover user onboarding friction
/research:define user onboarding friction
/research:design user onboarding friction
/research:deliver user onboarding frictionThe Discover phase uses web search to gather real data. Define narrows to a problem statement. Design generates solutions. Deliver validates with evidence.
Build a Feature
Plan and build a feature with TDD discipline.
/development:plan auth-system
/development:build auth-system
/development:test auth-system
/development:review auth-system
/development:ship auth-systemPlan breaks work into bite-sized tasks. Build executes with test-first discipline. Review checks quality. Ship finishes the branch.
Create a Brand
Build a complete brand identity from scratch.
/branding:discover acme
/branding:strategy acme
/branding:verbal acme
/branding:visual acme
/branding:guidelines acmePlace brand assets (logo, fonts, imagery) in .metapowers/branding/acme/assets/ during the Visual phase.
Audit Accessibility
Run a WCAG 2.1 AA audit on your checkout flow.
/accessibility:scope checkout-flow
/accessibility:evaluate checkout-flow
/accessibility:report checkout-flow
/accessibility:remediate checkout-flow
/accessibility:retest checkout-flowThe report includes specific WCAG criteria violations, severity ratings, and remediation steps with code examples.
Get Expert Feedback
Use coaching for instant mentorship on any work product.
/coaching:ux src/components/CheckoutForm.tsx
/coaching:code src/auth/
/coaching:copy landing-page-draft.md
/coaching:a11y src/components/Modal.tsx
/coaching:strategy docs/product-roadmap.mdEach coaching skill scores your work (1-10), highlights strengths, identifies issues, and suggests improvements.
Cross-Domain Workflow
Combine domains for a complete product launch:
/research:discover product-market-fit— research the opportunity/branding:discover acme— build the brand/design:empathize landing-page— design the experience/development:plan landing-page— build it/accessibility:scope landing-page— audit accessibility/marketing:strategy launch-campaign— plan the launch/branding:audit marketing campaign— check brand compliance/coaching:strategy launch-plan— get strategic feedback
Each domain's artifacts are available to the others via .metapowers/.