AgentSkillsCN

feature-kickoff

在 spec/features/ 下创建功能规格(如有需要,同时创建 ADR)。

SKILL.md
--- frontmatter
name: feature-kickoff
description: Create a feature spec under spec/features/ (and ADR if needed).
  1. Read project AGENTS.md (repo root) and codex.toml (if present) and follow their conventions and commands.
  2. Collect inputs: Feature ID (F-XXXX), title, goal, constraints.
  3. Create spec/features/F-XXXX-<slug>.md:
    • Prefer spec/templates/feature.md if present.
    • Otherwise use assets/default_feature_template.md.
  4. Fill: Problem, Scope, Acceptance Criteria, initial Implementation plan, initial Test plan.
  5. If no ADRs exist yet, create spec/decisions/ADR-0001-initial-architecture.md (prefer spec/templates/adr.md if present).
  6. If a major decision is required, create spec/decisions/ADR-XXXX-<slug>.md (prefer spec/templates/adr.md if present).
  7. Stop after writing specs. Do NOT implement code.
  8. End by listing the next 3 tasks.