full-project-skill

Installation
SKILL.md

Project Long Task

A structured workflow for long-running, milestone-based builds. This skill supports two modes:

  • Init mode — New project: collects requirements through an interactive interview, then generates a complete documentation scaffold that guides autonomous execution from planning through implementation.
  • Update mode — Existing project: collects requirements for a change through a focused interview, then updates the existing documentation to incorporate the change. Supports three update types:
    • New Feature — Adding new functionality (3-8 interview rounds)
    • Bug Fix — Fixing issues that may change behavior or architecture (1-3 interview rounds)
    • Change — Requirement changes, refactors, tech migrations (2-5 interview rounds)

Why this structure works

Long-running tasks fail when context drifts or the executor loses track of what's done and what's next. This workflow prevents that by separating concerns into distinct documents that each serve a clear purpose:

  • A spec that never changes (what to build)
  • A plan that tracks progress (what's done, what's next)
Related skills
Installs
4
First Seen
Mar 5, 2026