跳到主要内容
知仓学习社ZHICANG

speckit-plan

Generate technical implementation plans from feature specifications.

不碰外部(只输出文字)无严重或高危命中foryourhealth111-pixel/Vibe-Skills

它会碰到什么

扫了多少1 个文本文件,3 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

Speckit Plan Skill

User Input

$ARGUMENTS

You MUST consider the user input before proceeding (if not empty).

Outline

  1. Setup: Run .specify/scripts/powershell/setup-plan.ps1 -Json from repo root and parse JSON for FEATURE_SPEC, IMPL_PLAN, SPECS_DIR, BRANCH. For single quotes in args like "I'm Groot", use escape syntax: e.g 'I'\''m Groot' (or double-quote if possible: "I'm Groot").
  1. Load context: Read FEATURE_SPEC and .specify/memory/constitution.md. Load IMPL_PLAN template (already copied).
  1. Execute plan workflow: Follow the structure in IMPL_PLAN template to:
  • Fill Technical Context (mark unknowns as "NEEDS CLARIFICATION")
  • Fill Constitution Check section from constitution
  • Evaluate gates (ERROR if violations unjustified)
  • Phase 0: Generate research.md (resolve all NEEDS CLARIFICATION)
  • Phase 1: Generate data-model.md, contracts/, quickstart.md
  • Phase 1: Update agent context by running the agent script
  • Re-evaluate Constitution Check post-design
  1. Stop and report: Command ends after Phase 2 planning. Report branch, IMPL_PLAN path, and generated artifacts.

Phases

Phase 0: Outline & Research

  1. Extract unknowns from Technical Context above:
  • For each NEEDS CLARIFICATION → research task
  • For each dependency → best practices task
  • For each integration → patterns task
  1. Generate and dispatch research agents:
   For each unknown in Technical Context:
     Task: "Research {unknown} for {feature context}"
   For each technology choice:
     Task: "Find best practices for {tech} in {domain}"
  1. Consolidate findings in research.md using format:
  • Decision: [what was chosen]
  • Rationale: [why chosen]
  • Alternatives considered: [what else evaluated]

Output: research.md with all NEEDS CLARIFICATION resolved

Phase 1: Design & Contracts

Prerequisites: research.md complete

  1. Extract entities from feature specdata-model.md:
  • Entity name, fields, relationships
  • Validation rules from requirements
  • State transitions if applicable
  1. Define interface contracts (if project has external interfaces) → /contracts/:
  • Identify what interfaces the project exposes to users or other systems
  • Document the contract format appropriate for the project type
  • Examples: public APIs for libraries, command schemas for CLI tools, endpoints for web services, grammars for parsers, UI contracts for applications
  • Skip if project is purely internal (build scripts, one-off tools, etc.)
  1. Agent context update:
  • Run .specify/scripts/powershell/update-agent-context.ps1 -AgentType codex
  • These scripts detect which AI agent is in use
  • Update the appropriate agent-specific context file
  • Add only new technology from current plan
  • Preserve manual additions between markers

Output: data-model.md, /contracts/*, quickstart.md, agent-specific file

Key rules

  • Use absolute paths
  • ERROR on gate failures or unresolved clarifications

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。

它属于哪个仓库

星标★ 3,314
本站分层T1
该仓技能数258
原文件路径bundled/skills/speckit-plan/SKILL.md

同一个仓库里的其他技能

看这个仓库的全部 258 个技能