cospec-propose
Enforces a 6-stage dev cycle. Use this to ensure thorough planning before writing code.
Install
mkdir -p .claude/skills/cospec-propose && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/18845" && unzip -o skill.zip -d .claude/skills/cospec-propose && rm skill.zipInstalls to .claude/skills/cospec-propose
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Propose a new change and generate every artifact its type requires, in one guided pass.Key capabilities
- →Propose a new openspec change
- →Generate all required artifacts for a change type
- →Obtain authoritative templates and rules for each artifact
- →Validate artifacts against project rules and format
- →Prepare a change for implementation
How it works
The skill guides the user through creating a new change, generating artifacts based on the chosen type, and validating them against project rules. It provides instructions and templates for each artifact.
Inputs & outputs
When to use cospec-propose
- →Plan new feature development
- →Verify implementation quality
- →Enforce integration testing
- →Structure dev process
About cospec-propose
Restricts tools by stage to force analysis, planning, and verification before and after implementation. It prevents premature coding and ensures quality throughout the lifecycle.
Propose a new change and generate every artifact its type requires, in one guided pass.
When not to use it
- →When directly calling `openspec`
- →When hand-editing bookkeeping files under `openspec/changes/`
- →When exploring the repository to learn what to write
Prerequisites
Limitations
- →Does not start implementation of the change
- →Requires adherence to specific artifact formats for machine parsing
- →Does not allow adding artifacts that the type forbids
How it compares
This workflow ensures all necessary artifacts are created and validated in a structured, guided manner, unlike a manual process that might miss required steps or introduce formatting errors.
Compared to similar skills
cospec-propose side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| cospec-propose (this skill) | 0 | 2mo | No flags | Intermediate |
| openspec-onboard | 10 | 7mo | Review | Beginner |
| workflow-orchestration-patterns | 10 | 3mo | No flags | Advanced |
| meta-automation-architect | 7 | 9mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
openspec-onboard
studyzy
Guided onboarding for OpenSpec - walk through a complete workflow cycle with narration and real codebase work.
workflow-orchestration-patterns
wshobson
Design durable workflows with Temporal for distributed systems. Covers workflow vs activity separation, saga patterns, state management, and determinism constraints. Use when building long-running processes, distributed transactions, or microservice orchestration.
meta-automation-architect
comzine
Use when user wants to set up comprehensive automation for their project. Generates custom subagents, skills, commands, and hooks tailored to project needs. Creates a multi-agent system with robust communication protocol.
hive-mind-advanced
ruvnet
Advanced Hive Mind collective intelligence system for queen-led multi-agent coordination with consensus mechanisms and persistent memory
openspec-new-change
studyzy
使用实验性的产出物工作流启动一个新的 OpenSpec 变更。当用户想要通过结构化的分步方法创建新功能、修复或修改时使用。
router-first-architecture
parcadei
Router-First Architecture