Mark a shipped version (v1.0, v1.1, v2.0) as complete. Creates historical record in MILESTONES.md, performs PROJECT.md evolution review, reorganizes ROADMAP.md, and tags the release in git.
ModelioOpenSource/Modelio
SkillsMP has collected 12 skills from ModelioOpenSource/Modelio. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 12
- GitHub stars
- 1,037
- GitHub forks
- 170
Skills in this repository
Showing 12 of 12 collected skills.
Orchestrate parallel debug agents to investigate UAT gaps and find root causes. Spawns debug agents per gap, collects diagnoses, updates UAT.md.
Execute discovery at the appropriate depth level. Produces DISCOVERY.md that informs PLAN.md creation. Supports quick verify, standard, and deep dive depths.
Extract implementation decisions that downstream agents need. Analyze the phase to identify gray areas, discuss with user, and capture decisions for research and planning.
Execute all plans in a phase using wave-based parallel execution. Orchestrator delegates plan execution to subagents, manages waves and checkpoints.
Execute a phase prompt (PLAN.md) and create the outcome summary (SUMMARY.md). Handles task execution with proper git integration.
Surface Copilot's assumptions about a phase before planning, enabling users to correct misconceptions early. Purely conversational analysis.
Orchestrate parallel codebase mapper agents to analyze codebase and produce structured documents in .gsd/codebase/ with 7 structured documents.
Instantly restore full project context when resuming work. Use when user says continue, what's next, where were we, or resume.
Mark current phase complete and advance to next. Handles progress tracking, PROJECT.md evolution, and phase advancement.
Verify phase goal achievement through goal-backward analysis. Check that the codebase actually delivers what the phase promised, not just task completion.
Validate built features through conversational testing with persistent state. Creates UAT.md that tracks test progress and feeds gaps into plan-phase.