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

Skill Overview

Start with fit, limitations, and setup before diving into the repository.

適した場面: 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

おすすめ

適した場面: Ideal for AI agents that need /project-promote transitions a project between play levels:.

実現可能なユースケース for 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

About The Source

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Labs デモ

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 とインストール手順

These questions and steps mirror the structured data on this page for better search understanding.

? よくある質問

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。Cursor、Windsurf、VS Code、Claude Code など19以上のIDEで使えます。

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は?

このスキルは 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 を実行してください。CLI がIDEまたはエージェントを自動検出し、スキルを設定します。

  3. 3. スキルを使い始める

    このスキルはすぐに有効になります。現在のプロジェクトで project-promote をすぐ使えます。

! Source Notes

This page is still useful for installation and source reference. Before using it, compare the fit, limitations, and upstream repository notes above.

Upstream Repository Material

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

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 comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.
Upstream Source

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

関連スキル

Looking for an alternative to project-promote or another community skill for your workflow? Explore these related open-source skills.

すべて表示

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

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
ブラウザ

pr-review

Logo of pytorch
pytorch

ローカライズされた概要: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
開発者