propose

Draft and manage tasks and phases in an orchestrator's staging area.

Updated May 7, 2026
One-click install
npx skills add https://github.com/ChazzCoin/claude-orchestrator --skill propose-chazzcoin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: propose
Source: https://github.com/ChazzCoin/claude-orchestrator/tree/main/kit/skills/propose
Command: npx skills add https://github.com/ChazzCoin/claude-orchestrator --skill propose-chazzcoin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The propose Skill unit provides a mechanism for planning, drafting, and managing tasks and phases in an orchestrator's per-repo staging area, ensuring efficient project management without prematurely committing to sub-repos.

Core Features & Use Cases

  • Task & Phase Management: Allows drafting and managing tasks and phases before committing them to the sub-repo.
  • Drafting and Editing: Facilitates the creation of drafts for proposed tasks and phases.
  • Promotion: Transitions a proposal into the actual task system of the sub-repo using the /promote command.
  • Retirement: Moves a proposal into the retired stage for archiving.

Quick Start

Use the propose skill to draft a new task with the command '/propose new "task description"'.

Frequently Asked Questions about propose

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I draft a new task before committing it to a sub-repo?

You can draft a new task in the staging area by running the command '/propose new "task description"', which creates a structured proposal without prematurely committing to the sub-repo. This ensures project management efficiency and maintains workflow clarity.

What is the purpose of staging tasks and phases in workflow planning?

Staging tasks and phases provides a structured drafting environment within an orchestrator's per-repo staging area, preventing inconsistencies before promotion. It allows you to manage proposals efficiently and ensure clarity before committing them to the actual task system.

How do I transition a drafted proposal into the actual task system?

To transition a drafted proposal into the actual task system of the sub-repo, you use the '/promote' command. This action moves the task or phase out of the staging area and commits it to the live project workflow.

Can I archive or retire a proposed task that is no longer needed?

Yes, you can retire a proposed task or phase using specific retirement commands. This moves the proposal into a retired stage, effectively archiving it and keeping the active staging area clear of outdated workflow plans.

What commands are available for managing phase drafting and editing?

The Skill supports triggered commands for new tasks and phases, editing existing drafts, retirement, listing proposals, and showing details. These commands manage task and phase drafting within the orchestrator staging area to avoid inconsistencies.