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

  1. Get existing state: Run dark-factory list --job $JOB --status pending --include-content to see outstanding tasks already in the graph
  2. 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
  3. 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:

{
  "project": "<project name>",
Related skills
Installs
38
GitHub Stars
1
First Seen
Mar 9, 2026