# Dev Plan Generator

> Create or update lightweight phased development plan markdown documents for implementation work. Use when the user asks for a 개발 계획 문서, 구현 계획, dev plan, phased implementation plan, implement_*.md, checkbox-based task plan, or asks to formalize scope before coding.

- **Type:** Skill
- **Install:** `agentstack add skill-coreline-ai-codex-devflow-plugin-dev-plan-generator`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [coreline-ai](https://agentstack.voostack.com/s/coreline-ai)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [coreline-ai](https://github.com/coreline-ai)
- **Source:** https://github.com/coreline-ai/codex-devflow-plugin/tree/main/skills/dev-plan-generator

## Install

```sh
agentstack add skill-coreline-ai-codex-devflow-plugin-dev-plan-generator
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Dev Plan Generator

## Overview

Create a focused implementation plan that fixes scope, prevents uncontrolled expansion, and gives the project a checkbox-based execution history.

## Workflow

1. Read relevant local docs first: `README.md`, `AGENTS.md`, `CLAUDE.md`, `docs/*.md`, and existing `dev-plan/*.md`.
2. Clarify the goal, scope, non-goals, constraints, and verification expectations.
3. Create a new file under `dev-plan/implement_YYYYMMDD_HHMMSS.md` unless the user explicitly asks to update an existing plan.
4. Keep the plan implementation-oriented, not a PRD or meeting note.
5. Break the work into phases with checkboxes.
6. Add self-tests and done criteria for every phase.
7. Update checkboxes to match real progress while implementing.

## Required Sections

Every plan should include:

- `개발 목적`
- `개발 범위`
- `제외 범위`
- `참조 문서`
- `공통 진행 규칙`
- `Phase 상태 요약`
- one or more `Phase` sections

Use `references/dev-plan-template.md` when a full skeleton is needed.

## Rules

- Do not overwrite old plan files.
- Do not add features outside the stated scope.
- Put ambiguous or risky work into a separate phase or follow-up section.
- If parallel implementation is likely, include ownership boundaries and merge order.
- If engineering review is requested, add an `Engineering Review` section or call the `plan-eng-review` skill separately.

## Script

Use `scripts/new_dev_plan.py` to scaffold a timestamped plan:

```bash
python3 path/to/scripts/new_dev_plan.py --dir dev-plan --title "Short goal"
```

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [coreline-ai](https://github.com/coreline-ai)
- **Source:** [coreline-ai/codex-devflow-plugin](https://github.com/coreline-ai/codex-devflow-plugin)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-coreline-ai-codex-devflow-plugin-dev-plan-generator
- Seller: https://agentstack.voostack.com/s/coreline-ai
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
