This is a heavy duty task refinement pipeline that takes a draft specification and runs it through six orchestrated phases: parallel analysis (research, codebase, business), architecture synthesis, decomposition into steps, parallelization planning, and verification rubric generation. Each phase has an LLM-as-judge quality gate to catch problems before they cascade downstream. The workflow is configurable with flags like --fast for quick passes, --refine to re-run only stages affected by your edits, and --human-in-the-loop to pause for review at critical points. It's designed for complex features where you want structured planning with quality checks built in, though you'll spend more tokens upfront. The --one-shot mode gives you minimal refinement if you just need acceptance criteria and decomposition without the full pipeline.
npx skills add https://github.com/neolabhq/context-engineering-kit --skill plan-task