project-promote — for Claude Code project-promote, community, for Claude Code, ide skills, play_level, platform, PRD.md, sprint-log.md, context.md, COMMERCIAL.md

v1.0.0

关于此技能

适用场景: Ideal for AI agents that need /project-promote transitions a project between play levels:. 本地化技能摘要: Step 1: Read Current State Read .speck/project.json to determine current play level. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

功能特性

/project-promote transitions a project between play levels:
Sprint → Build : Expand the lightweight PRD, create context.md + COMMERCIAL.md, offer first epic
Build → Platform : Scaffold constitution + design-system, flag missing artifacts
Downgrade : Supported — strip artifacts and reduce requirements
Play levels live in .speck/project.json as play level.

# 核心主题

telum-ai telum-ai
[2]
[0]
更新于: 4/3/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 10/11

This page remains useful for teams, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review
Review Score
10/11
Quality Score
64
Canonical Locale
en
Detected Body Locale
en

适用场景: Ideal for AI agents that need /project-promote transitions a project between play levels:. 本地化技能摘要: Step 1: Read Current State Read .speck/project.json to determine current play level. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

核心价值

推荐说明: project-promote helps agents /project-promote transitions a project between play levels:. Step 1: Read Current State Read .speck/project.json to determine current play level. This AI agent skill supports Claude

适用 Agent 类型

适用场景: Ideal for AI agents that need /project-promote transitions a project between play levels:.

赋予的主要能力 · project-promote

适用任务: Applying /project-promote transitions a project between play levels:
适用任务: Applying Sprint → Build : Expand the lightweight PRD, create context.md + COMMERCIAL.md, offer first epic
适用任务: Applying Build → Platform : Scaffold constitution + design-system, flag missing artifacts

! 使用限制与门槛

  • 限制说明: Requires repository-specific context from the skill documentation
  • 限制说明: Works best when the underlying tools and dependencies are already configured

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

评审后的下一步

先决定动作,再继续看上游仓库材料

Killer-Skills 的主价值不应该停在“帮你打开仓库说明”,而是先帮你判断这项技能是否值得安装、是否应该回到可信集合复核,以及是否已经进入工作流落地阶段。

实验室 Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

常见问题与安装步骤

以下问题与步骤与页面结构化数据保持一致,便于搜索引擎理解页面内容。

? FAQ

project-promote 是什么?

适用场景: Ideal for AI agents that need /project-promote transitions a project between play levels:. 本地化技能摘要: Step 1: Read Current State Read .speck/project.json to determine current play level. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

如何安装 project-promote?

运行命令:npx killer-skills add telum-ai/speck/project-promote。支持 Cursor、Windsurf、VS Code、Claude Code 等 19+ IDE/Agent。

project-promote 适用于哪些场景?

典型场景包括:适用任务: Applying /project-promote transitions a project between play levels:、适用任务: Applying Sprint → Build : Expand the lightweight PRD, create context.md + COMMERCIAL.md, offer first epic、适用任务: Applying Build → Platform : Scaffold constitution + design-system, flag missing artifacts。

project-promote 支持哪些 IDE 或 Agent?

该技能兼容 Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer。可使用 Killer-Skills CLI 一条命令通用安装。

project-promote 有哪些限制?

限制说明: Requires repository-specific context from the skill documentation;限制说明: Works best when the underlying tools and dependencies are already configured。

安装步骤

  1. 1. 打开终端

    在你的项目目录中打开终端或命令行。

  2. 2. 执行安装命令

    运行:npx killer-skills add telum-ai/speck/project-promote。CLI 会自动识别 IDE 或 AI Agent 并完成配置。

  3. 3. 开始使用技能

    project-promote 已启用,可立即在当前项目中调用。

! 参考页模式

此页面仍可作为安装与查阅参考,但 Killer-Skills 不再把它视为主要可索引落地页。请优先阅读上方评审结论,再决定是否继续查看上游仓库说明。

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

project-promote

Step 1: Read Current State Read .speck/project.json to determine current play level. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

The user input to you can be provided directly by the agent or as a command argument - you MUST consider it before proceeding with the prompt (if not empty).

User input:

$ARGUMENTS

What This Does

/project-promote transitions a project between play levels:

  • Sprint → Build: Expand the lightweight PRD, create context.md + COMMERCIAL.md, offer first epic
  • Build → Platform: Scaffold constitution + design-system, flag missing artifacts
  • Downgrade: Supported — strip artifacts and reduce requirements

Play levels live in .speck/project.json as play_level.

Step 1: Read Current State

Read .speck/project.json to determine current play level. If file doesn't exist, assume platform (backward compatible).

Also check what artifacts exist:

  • PRD.md — sprint PRD or full PRD?
  • sprint-log.md — Sprint tracking log
  • context.md, COMMERCIAL.md — Build artifacts
  • constitution.md, design-system.md — Platform artifacts
  • specs/projects/ — Epic/story structure

Step 2: Determine Target Level

Parse arguments for target level:

  • "to build", "promote to build", "--to build" → Build
  • "to platform", "promote to platform" → Platform
  • "downgrade to sprint" → Sprint
  • "downgrade to build" → Build

If not specified, infer from context:

  • Sprint → assume promoting to Build
  • Build → assume promoting to Platform
  • Platform → ask (promote or downgrade?)

Confirm with user before proceeding:

Current play level: Sprint
Target play level: Build

This will:
- Expand your PRD.md with full sections
- Create context.md (constraints and requirements)
- Create COMMERCIAL.md (revenue and business model)
- Preserve your sprint-log.md as history
- Offer to create your first epic

Shall I proceed? [Y/n]

Step 3: Execute Transition

Sprint → Build

  1. Expand PRD.md

    • Read existing sprint PRD
    • Ask 3-5 targeted questions to fill out the full PRD:
      • "Who exactly are your users? Any segments?"
      • "What's the full feature set beyond the MVP you shipped?"
      • "What are your 90-day goals?"
    • Expand using .speck/templates/project/prd-template.md as structure
    • Preserve sprint PRD content as a "Sprint History" appendix section
  2. Create context.md

    • Run /project-context flow (or inline a condensed version)
    • Focus on: tech constraints, team size, timeline, budget
  3. Create COMMERCIAL.md

    • Revenue model details
    • Pricing strategy
    • GTM approach
    • Key business metrics
  4. Update .speck/project.json

    json
    1{ 2 "play_level": "build", 3 "promoted_from": "sprint", 4 "promoted_at": "[ISO date]" 5}
  5. Preserve sprint-log.md — rename to sprint-log-history.md so it's clear it's historical

  6. Offer first epic:

    Build promotion complete!
    
    Your sprint insights suggest these as strong first epics:
    1. [Inferred from sprint PRD build plan]
    2. [Inferred from sprint PRD kill criteria learnings]
    3. Start fresh with /epic-specify
    
    Which would you like to tackle first? [1/2/3/skip]
    

Build → Platform

  1. Gap analysis — check what's missing:

    • architecture.md missing? Flag it.
    • constitution.md missing? Offer to create it.
    • design-system.md missing? Offer to create it.
    • ux-strategy.md missing? Offer to create it.
  2. Scaffold missing artifacts (only those the user confirms):

    Platform promotion requires these artifacts. Which shall we create now?
    
    [ ] constitution.md — technical principles and governance
    [ ] architecture.md — system design (recommended before planning)
    [ ] design-system.md — UI components and tokens
    [ ] ux-strategy.md — UX principles and user journeys
    
    Select all that apply [1,2,3,4 or 'all' or 'skip']:
    
  3. Update .speck/project.json:

    json
    1{ 2 "play_level": "platform", 3 "promoted_from": "build", 4 "promoted_at": "[ISO date]" 5}
  4. Next steps:

    Platform promotion staged!
    
    Recommended next steps (in order):
    1. /project-architecture — design the system before planning
    2. /project-plan — create comprehensive PRD and epic breakdown
    3. /project-roadmap — sequence your epics
    

Downgrade (Platform/Build → Sprint or Build)

Downgrades reduce artifact requirements without deleting work.

  1. Confirm: "Downgrading reduces audit requirements but keeps all existing files. Continue?"
  2. Update .speck/project.json with new play level
  3. Note: "Your existing artifacts are preserved — the audit will simply check fewer requirements."

Output Format

✅ Promoted to [Target Level]!

From: [Previous Level]
To: [New Level]

Created:
- [list of new files]

Preserved:
- [list of renamed/kept files]

Updated:
- .speck/project.json

Next Steps:
- [context-appropriate recommendations]

CLI Alternative

You can also use the CLI:

bash
1npx github:telum-ai/speck promote --to build 2npx github:telum-ai/speck promote --to platform 3npx github:telum-ai/speck promote --to sprint # downgrade

相关技能

寻找 project-promote 的替代方案 (Alternative) 或可搭配使用的同类 community Skill?探索以下相关开源技能。

查看全部

openclaw-release-maintainer

Logo of openclaw
openclaw

本地化技能摘要: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

333.8k
0
AI

nextjs-turbopack

[ 精选 ]
Logo of affaan-m
affaan-m

本地化技能摘要: Next.js 16+ and Turbopack — incremental bundling, FS caching, dev speed, and when to use Turbopack vs webpack. It covers ai-agents, anthropic, claude workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

169.5k
0
生产力

widget-generator

Logo of f
f

本地化技能摘要: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf

149.6k
0
AI

flags

Logo of vercel
vercel

本地化技能摘要: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
浏览器