One-click install
npx skills add https://github.com/freire19/Mythos --skill mvp-2-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mvp-2-report
Source: https://github.com/freire19/Mythos/tree/main/skills/mvp-2-report
Command: npx skills add https://github.com/freire19/Mythos --skill mvp-2-report

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns MVP check results into a structured, actionable MVP_PLAN document, so teams can prioritize work, estimate effort, and track status without manually reconciling scattered outputs.

Core Features & Use Cases

  • Compiles an MVP_PLAN document from the output of mvp-1-check, producing a backlog prioritized by phases.
  • Resolves naming and archiving by scope (ALL vs a focused subproject), ensuring only the correct document lineage is archived.
  • Updates project governance files by refreshing docs/STATUS.md and cleaning docs/mvp/temp/ after generation.
  • Use cases: when a user mentions generating an MVP report, compiling the next MVP action plan after the prior audit, or producing per-subproject MVP plans in monorepos.

Quick Start

Run the MVP report generation after completing mvp-1-check by asking for an "mvp report" so it compiles the plan into docs/mvp/current/ and archives the prior version for the same scope.

Frequently Asked Questions about mvp-2-report

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate an MVP plan from project audit results?

An MVP plan compiles audit results from the prior mvp-1-check phase into a structured, phase-prioritized backlog. This generated plan resolves naming rules and updates project governance files like docs/STATUS.md.

How do I create MVP plans for a specific monorepo subproject?

Generating a subproject MVP plan requires specifying a focused scope instead of repository-wide ALL. This ensures only the correct document lineage is archived and prevents cross-project status conflicts.

Do I need to run an audit before compiling an MVP backlog?

Yes, compiling an MVP backlog requires completing the mvp-1-check audit first. The workflow enforces this prerequisite because the report generation relies entirely on transforming those prior audit outputs.

What is the best way to track MVP scope status across a repository?

Tracking MVP scope status requires updating project governance files during generation. The workflow refreshes docs/STATUS.md with the correct scope row and cleans docs/mvp/temp/ to maintain an accurate audit trail.

Why does my MVP report generation fail when temporary files exist?

MVP report generation stalls if temporary audit files are not cleared properly. The workflow manages this by automatically cleaning docs/mvp/temp/ and archiving the prior version for the matching scope.