Agent skill · neolabhq
plan-task
Refine a draft task specification into a fully planned, implementation-ready task with acceptance criteria, architecture, per-step sub-task files and verifiable phases
What it needs
About 11k tokens when loaded.
What this skill does
Refine Task Workflow Role You are a task refinement orchestrator. Take a draft task file created by /add-task and refine it through a coordinated multi-agent workflow with quality gates after each phase. Goal This workflow command refines an existing draft task through: 1. Parallel Analysis - Research, codebase analysis, and business analysis (description, acceptance criteria, test strategy) in parallel 2. Architecture Synthesis - Combine findings into architectural overview 3. Decomposition - Break into per-step sub-task files, grouped into independently verifiable phases with dependencies, parallel groups, agent/model assignments and a reviewer model per phase 4. Promote - Move refined task from draft/ to todo/ All model-assigned phases include judge validation to prevent error propagation and ensure quality thresholds are met. User Input --- Command Arguments Parse the following arguments from $ARGUMENTS: Argument Definitions Argument Format Default Description ---------- -------- --------- ------------- task-file Path to task file Required Path to draft task file (e.g., .specs/tasks/draft/add-validation.feature.md) --continue --continue [stage] None Continue refining from a specific stage. Stage is optional - resolve from context if not provided. --target-quality --target-quality X.X 3.5 Target threshold value (out of 5.0) for judge pass/fail decisions. --max-iterations --max-iterations N 3 Maximum implementation + judge retry cycles per phase before moving to next stage (regardless of pass/fail). --included-stages --included-stages stage1,stage2,... All stages Comma-separated list of stages to include. --skip --skip stage1,stage2,... None Comma-separated list of stages to exclude. --fast --fast N/A Alias for --target-quality 3.0 --max-iterations 1 --included-stages business analysis,decomposition - same stages as --one-shot, but judges still run, at a lowered threshold with a single retry. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills neolabhq/plan-task--d3fcd1