proposal
FeaturedChorus Proposal workflow — create proposals with document and task drafts, manage dependency DAG, validate and submit for review.
AI & Automation 1,167 stars
105 forks Updated today AGPL-3.0
Install
Quality Score: 93/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Proposal Skill
This skill covers the **Planning** stage of the AI-DLC workflow: creating Proposals that contain document drafts (PRD, tech design) and task drafts with dependency DAGs, then submitting them for Admin review.
> **Tool namespace:** Chorus tools are exposed by the connected MCP server under a `chorus__` prefix on OpenClaw (e.g. `chorus__chorus_pm_create_proposal`). Bare names are used below for readability — prepend `chorus__` when invoking. See `/chorus` for the full rule.
---
## Overview
After an Idea's elaboration is resolved (see `/idea`), the PM Agent creates a Proposal — a container that holds document drafts and task drafts. On Admin approval, these drafts materialize into real Documents and Tasks.
```
Elaboration resolved --> Create Proposal --> Add drafts --> Validate --> Submit --> Reviewer --> Admin /review
```
---
## Tools
**Proposal Management:**
| Tool | Purpose |
|------|---------|
| `chorus_pm_create_proposal` | Create empty proposal container |
| `chorus_pm_validate_proposal` | Validate proposal completeness (returns errors, warnings, info) |
| `chorus_pm_submit_proposal` | Submit proposal for Admin approval (draft -> pending) |
**Document Drafts:**
| Tool | Purpose |
|------|---------|
| `chorus_pm_add_document_draft` | Add document draft to proposal |
| `chorus_pm_update_document_draft` | Update document draft content |
| `chorus_pm_remove_document_draft` | Remove document draft from proposal |
**Task Drafts:**
| Tool | Purpose ...
Details
- Author
- Chorus-AIDLC
- Repository
- Chorus-AIDLC/Chorus
- Created
- 7 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- AGPL-3.0
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
proposal-chorus
Chorus Proposal workflow — create proposals with document and task drafts, manage dependency DAG, validate and submit for review.
1,167 Updated today
Chorus-AIDLC AI & Automation Featured
idea-chorus
Chorus Idea workflow — claim ideas, run elaboration rounds, and prepare for proposal creation.
1,167 Updated today
Chorus-AIDLC AI & Automation Featured
idea
Chorus Idea workflow — claim ideas, run elaboration rounds, and prepare for proposal creation.
1,167 Updated today
Chorus-AIDLC