AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Dev Plan Generator

skill-coreline-ai-codex-devflow-plugin-dev-plan-generator · by coreline-ai

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.

No reviews yet
0 installs
37 views
0.0% view→install

Install

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

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-coreline-ai-codex-devflow-plugin-dev-plan-generator)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Dev Plan Generator? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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:

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.

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

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.