implement

Load DEVELOPMENT_PLAN.md, resolve the next pending phase, and execute its steps with gates.

2|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/TMI-apps/boilerplate-vite-supabase-mui-cursor --skill implement-tmi-apps
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/TMI-apps/boilerplate-vite-supabase-mui-cursor/tree/main/.cursor/skills/implement
Command: npx skills add https://github.com/TMI-apps/boilerplate-vite-supabase-mui-cursor --skill implement-tmi-apps

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the execution and governance of development plans by loading plan definitions, running per-phase steps, applying gate checks, and recording progress.

Core Features & Use Cases

  • Load DEVELOPMENT_PLAN.md and resolve the next pending phase.
  • Execute phase steps, apply architecture rules, and run validation gates.
  • Update the plan with phase status, notes, and decisions.
  • Integrate with repository quality checks (lint, tests) as part of gates.

Quick Start

Load DEVELOPMENT_PLAN.md, resolve the next pending phase, and prepare it for execution.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I automate phased development plan execution with quality gates?

You can automate phased development by loading a DEVELOPMENT_PLAN.md file, resolving the next pending phase, and executing its steps. The system applies architecture rules, runs validation gates, and updates the plan with progress, notes, and decisions for successful completion and auditing.

What is a development plan gate check and when do I need it?

A development plan gate check enforces repository quality standards like lint and tests before a phase completes. You need gate checks when automating phased development to validate architecture rules and ensure gate outcomes are recorded for successful completion and auditing.

How do I track phase status and decisions in a development plan?

Tracking phase status involves updating the plan with progress, notes, and decisions after executing steps and applying gates. This ensures phase status and gate outcomes are recorded for auditing and resolves the next pending phase for execution.

Does automated plan management integrate with repository lint and tests?

Yes, automated plan management integrates with repository quality checks by running lint and tests as part of validation gates. This ensures architecture rules are applied and gate outcomes are recorded before updating the plan with phase completion status.

What's the best way to resolve the next pending phase in a development plan?

The best way to resolve the next pending phase is to load the DEVELOPMENT_PLAN.md file and let the automation identify and prepare the pending phase for execution. This ensures correct phase resolution while applying architecture rules and validation gates.