implementor-stage-gate

Enforce stage-by-stage task execution with user confirmation before proceeding.

Updated Jan 8, 2026
One-click install
npx skills add https://github.com/lightningfastsls/London_Lab --skill implementor-stage-gate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implementor-stage-gate
Source: https://github.com/lightningfastsls/London_Lab/tree/main/.codex/skills/implementor-stage-gate
Command: npx skills add https://github.com/lightningfastsls/London_Lab --skill implementor-stage-gate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enforce stage-by-stage task execution by delivering only the current incomplete stage, reducing scope creep and enabling safer progress.

Core Features & Use Cases

  • Stage-limited delivery: share only the next actionable stage and pause for user confirmation before continuing.
  • Exception handling: supports explicit "all stages" requests to bypass gating and logs decisions for audit.
  • Progress tracking: writes updates to tasks/<date>_<slug>/10_impl_notes.md, capturing what changed and why.

Quick Start

Present only the first incomplete stage and pause for user confirmation before proceeding to the next stage.

Frequently Asked Questions about implementor-stage-gate

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

FAQPage Schema
How does stage-gate task management prevent scope creep during delivery?

Stage-gate task delivery prevents scope creep by enforcing stage-by-stage execution, delivering only the current incomplete stage, and pausing for explicit user confirmation before proceeding to the next phase.

How do I track progress and audit decisions when executing stage-gate workflows?

You track progress and audit stage-gate decisions through automated logging, which writes updates and changes to tasks/<date>_<slug>/10_impl_notes.md, capturing exactly what changed and why for full auditability.

Can I bypass stage-gate workflow control to deliver all stages at once?

Yes, you can bypass stage-gate workflow control through explicit all stages requests, which skips user confirmation gating while still logging the decision for audit purposes.

What is the best way to enforce user confirmation before proceeding to the next task milestone?

The best way to enforce user confirmation is using stage-gate workflow control, which defines scope to a single stage, presents only the next actionable milestone, and pauses execution until explicit confirmation is received.

Do I need any dependencies to implement stage-by-stage progress tracking?

No dependencies are required to implement stage-by-stage progress tracking; the stage-gate mechanism operates independently, using local markdown files like tasks/<date>_<slug>/10_impl_notes.md to log changes and monitor task milestones.