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

Sobre este Skill

Cenario recomendado: Ideal for AI agents that need /project-promote transitions a project between play levels:. Resumo localizado: 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.

Recursos

/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.

# Core Topics

telum-ai telum-ai
[2]
[0]
Updated: 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 operators, 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

Cenario recomendado: Ideal for AI agents that need /project-promote transitions a project between play levels:. Resumo localizado: 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.

Por que usar essa habilidade

Recomendacao: 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

Melhor para

Cenario recomendado: Ideal for AI agents that need /project-promote transitions a project between play levels:.

Casos de Uso Práticos for project-promote

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

! Segurança e Limitações

  • Limitacao: Requires repository-specific context from the skill documentation
  • Limitacao: 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.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs 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 & Installation Steps

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

? Frequently Asked Questions

What is project-promote?

Cenario recomendado: Ideal for AI agents that need /project-promote transitions a project between play levels:. Resumo localizado: 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.

How do I install project-promote?

Run the command: npx killer-skills add telum-ai/speck/project-promote. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for project-promote?

Key use cases include: Caso de uso: Applying /project-promote transitions a project between play levels:, Caso de uso: Applying Sprint → Build : Expand the lightweight PRD, create context.md + COMMERCIAL.md, offer first epic, Caso de uso: Applying Build → Platform : Scaffold constitution + design-system, flag missing artifacts.

Which IDEs are compatible with project-promote?

This skill is compatible with 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. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for project-promote?

Limitacao: Requires repository-specific context from the skill documentation. Limitacao: Works best when the underlying tools and dependencies are already configured.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add telum-ai/speck/project-promote. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use project-promote immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

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

Habilidades Relacionadas

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

Ver tudo

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

widget-generator

Logo of f
f

Gerar plugins de widgets personalizáveis para o sistema de feed do prompts.chat

flags

Logo of vercel
vercel

O Framework React

138.4k
0
Navegador

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Desenvolvedor