planning-implementation
Installation
SKILL.md
Planning Implementation
Overview
Extract every implementation task from architecture document(s) into a structured JSON task graph. The output is a DAG of tasks sized for autonomous agent workers — each task self-contained, dependency-ordered, and verifiable without access to the full architecture.
Before Planning Begins
- Get existing state: Run
dark-factory list --job $JOB --status pending --include-contentto see outstanding tasks already in the graph - Explore the codebase: Dispatch background explore agents to review files relevant to each section of the document — understand existing patterns, types, and integration points before writing tasks
- Research dependencies: Use web search to research any libraries, frameworks, or tools referenced in the architecture that you're unfamiliar with
Output Schema
Write valid JSON to the specified output path: