🗂️
DevOpsTypeScript

Development Plan Generator

by Stanshy

Development Plan Generator is a DevOps skill for Claude Code, published by Stanshy in AgentHub.

201 stars23 forkson Stanshy/AgentHubAdded 2026/09/05+1% in starsRepository updated 2026/04/09
ai-agentsai-workflowclaude-codedeveloper-toolselectronharness-engineeringopen-sourceteam-managementtypescriptvue
Install in seconds
Install Development Plan Generator
Copy Development Plan Generator into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/Stanshy/AgentHub/tree/main/.knowledge/company/skill-templates/dev-plan ~/.claude/skills/dev-plan

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/Stanshy/AgentHub.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.knowledge/company/skill-templates/dev-plan/SKILL.md in Stanshy/AgentHub
Installs to
~/.claude/skills/dev-plan
Collection
One of 25 skills cataloged from this repository
Category
DevOps973 skills

What Development Plan Generator does

Development Plan Generator creates a standardized development plan from a proposal, including task breakdowns, specs links, and section 10 tracking tables. Use it when a sprint needs a structured implementation document.

Development Plan Generator is cataloged under DevOps on DirSkills. Development Plan Generator comes from a repository tagged ai-agents, ai-workflow, claude-code, developer-tools and electron.

Documentation

README

開發計畫書產生器

G0 通過後,由 L1 產出標準化開發計畫書。

使用方式

/dev-plan <sprint-number> <project-name>

參數

  • $0: Sprint 編號
  • $1: 專案名稱

執行步驟

  1. 讀取對應的提案書: !cat proposal/sprint$0-proposal.md 2>/dev/null || echo "找不到 Sprint $0 提案書"

  2. 讀取開發計畫書範本: !cat .knowledge/templates/dev-plan.md.template 2>/dev/null || echo "範本未找到"

  3. 建立規範文件(若不存在則建立,已存在則跳過):

    ⚠️ 規範文件是 Code Review「對規範」的比對對象,缺少 = Review 品質打折。 必須在 dev-plan 產出時一併建立,不得延後。

    mkdir -p .knowledge/specs
    

    建立以下三個檔案(內容從提案書 + 技術方案提取):

    檔案 內容 來源
    .knowledge/specs/api-design.md API 端點清單、請求/回應格式、錯誤碼 提案書需求 + 技術方案
    .knowledge/specs/data-model.md 資料表定義、欄位型別、關聯、索引 技術方案 DB 設計
    .knowledge/specs/feature-spec.md 功能規格、用戶流程、邊界條件、驗收標準 提案書功能清單

This is the opening of the README. Read the full README on GitHub.

Commands Development Plan Generator provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /dev-plan
  • /sprint-close

Frequently asked about Development Plan Generator

  • What else does Stanshy publish alongside Development Plan Generator?

    Development Plan Generator is one of 25 skills that DirSkills catalogs from Stanshy/AgentHub, the repository it ships in. Its siblings there include Gate Record, Harness Audit and Internal Review. Each one is a separate skill with its own page in this directory, installs the same way Development Plan Generator does, and is maintained by Stanshy in that same repository. The rest of the collection is listed on the Stanshy/AgentHub page.

  • How does Development Plan Generator compare to other DevOps skills?

    Development Plan Generator ranks #867 by stars among the 973 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Development Plan Generator against them. Open each page to compare what they document and how they install.

More from Stanshy/AgentHub

Development Plan Generator is one of 25 skills cataloged on DirSkills from Stanshy/AgentHub.

See all 25 skills