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

Über diesen Skill

Geeigneter Einsatz: Ideal for AI agents that need /project-promote transitions a project between play levels:. Lokalisierte Zusammenfassung: 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.

Funktionen

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

# Kernthemen

telum-ai telum-ai
[2]
[0]
Aktualisiert: 4/3/2026

Skill Overview

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

Geeigneter Einsatz: Ideal for AI agents that need /project-promote transitions a project between play levels:. Lokalisierte Zusammenfassung: 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.

Warum diese Fähigkeit verwenden

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

Am besten geeignet für

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

Handlungsfähige Anwendungsfälle for project-promote

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

! Sicherheit & Einschränkungen

  • Einschraenkung: Requires repository-specific context from the skill documentation
  • Einschraenkung: 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-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 und Installationsschritte

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

? Häufige Fragen

Was ist project-promote?

Geeigneter Einsatz: Ideal for AI agents that need /project-promote transitions a project between play levels:. Lokalisierte Zusammenfassung: 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.

Wie installiere ich project-promote?

Führen Sie den Befehl aus: npx killer-skills add telum-ai/speck/project-promote. Er funktioniert mit Cursor, Windsurf, VS Code, Claude Code und mehr als 19 weiteren IDEs.

Wofür kann ich project-promote verwenden?

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

Welche IDEs sind mit project-promote kompatibel?

Dieser Skill ist mit 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 kompatibel. Nutzen Sie die Killer-Skills CLI für eine einheitliche Installation.

Gibt es Einschränkungen bei project-promote?

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

So installieren Sie den Skill

  1. 1. Terminal öffnen

    Öffnen Sie Ihr Terminal oder die Kommandozeile im Projektverzeichnis.

  2. 2. Installationsbefehl ausführen

    Führen Sie aus: npx killer-skills add telum-ai/speck/project-promote. Die CLI erkennt Ihre IDE oder Ihren Agenten automatisch und richtet den Skill ein.

  3. 3. Skill verwenden

    Der Skill ist jetzt aktiv. Ihr KI-Agent kann project-promote sofort im aktuellen Projekt verwenden.

! 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

Verwandte Fähigkeiten

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

Alle anzeigen

openclaw-release-maintainer

Logo of openclaw
openclaw

Lokalisierte Zusammenfassung: 🦞 # 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
Künstliche Intelligenz

widget-generator

Logo of f
f

Lokalisierte Zusammenfassung: 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

149.6k
0
Künstliche Intelligenz

flags

Logo of vercel
vercel

Lokalisierte Zusammenfassung: 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
Browser

pr-review

Logo of pytorch
pytorch

Lokalisierte Zusammenfassung: 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
Entwickler