lean-dev-flow

Implement mdeapp tasks through a 7-step development loop with test tiers and worktrees.

2|1|Updated May 20, 2026
One-click install
npx skills add https://github.com/amo-tech-ai/mdeapp --skill lean-dev-flow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lean-dev-flow
Source: https://github.com/amo-tech-ai/mdeapp/tree/main/.claude/skills/lean-dev-flow
Command: npx skills add https://github.com/amo-tech-ai/mdeapp --skill lean-dev-flow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill reduces development cycle time by providing a streamlined 7-step implementation loop for mdeapp tasks, eliminating redundant steps and ensuring efficient and safe code integration.

Core Features & Use Cases

  • 7-Step Loop: Simplifies the development process with a structured loop including read, implement, test, typecheck, commit, push, and PR steps.
  • Test Tier Selection: Offers targeted testing options (T1, T2, T3) based on the nature of the change for efficient verification.
  • Worktree Management: Provides worktree bootstrap, audit, and clean commands for isolated feature branches.
  • Verification Matrix: Defines which checks run at which stage (pre-commit, pre-push, CI, before done) to ensure quality and safety.
  • Evidence Capture: Guides on capturing evidence for task completion, such as test results and server responses.

Quick Start

Run the lean-dev-flow skill to initiate the lean implementation loop for a new task in mdeapp.

Frequently Asked Questions about lean-dev-flow

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

FAQPage Schema
How do I streamline mdeapp development with a structured workflow?

Streamline mdeapp development by running a 7-step lean implementation loop that guides you through reading, implementing, testing, typechecking, committing, pushing, and creating a PR. This structured workflow eliminates redundant steps and ensures safe code integration.

How do I select the right test tier for my code changes?

Select the right test tier by choosing between T1, T2, and T3 options based on the nature of your code changes. This targeted testing approach ensures efficient verification by running only the necessary checks for your specific modification.

What is the verification matrix for pre-commit and pre-push checks?

The verification matrix defines exactly which quality and safety checks run at specific stages including pre-commit, pre-push, CI, and before marking a task done. It ensures code quality by enforcing stage-appropriate testing standards.

How do I manage worktrees for isolated feature branches?

Manage worktrees for isolated feature branches using dedicated bootstrap, audit, and clean commands. This worktree management process provides a safe, isolated environment for developing features without affecting your main branch.

Do I need npm scripts to run typechecking and testing?

Yes, you need npm scripts configured for testing and typechecking to use this development workflow. The 7-step loop relies on these existing npm scripts to execute verification checks and ensure code safety during the implementation process.