rough-draft-confirm

Store user preference for auto-allowing rough-draft proposals in session state.

Updated Jan 12, 2026
One-click install
npx skills add https://github.com/ben-mad-jlp/claude-mermaid-collab --skill rough-draft-confirm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rough-draft-confirm
Source: https://github.com/ben-mad-jlp/claude-mermaid-collab/tree/main/skills/rough-draft-confirm
Command: npx skills add https://github.com/ben-mad-jlp/claude-mermaid-collab --skill rough-draft-confirm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill prompts the user to decide whether to auto-allow rough-draft proposals after brainstorming, enabling a faster and smoother transition to the rough-draft phase.

Core Features & Use Cases

  • Show summary of brainstormed code items and ask the user to choose auto-allow or review mode for proposals during rough-draft.
  • Store preference in session state and route to the next skill accordingly, ensuring consistent workflow behavior across sessions.
  • Use Case: After brainstorming is complete, you want Claude to either auto-create rough-draft ideas or require manual approval for each proposal before implementation.

Quick Start

Invoke rough-draft-confirm in the current session to set your preference for auto-allowing rough-draft proposals and continue to the next step.

Frequently Asked Questions about rough-draft-confirm

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

FAQPage Schema
How do I auto-allow rough-draft proposals after brainstorming in Claude Code?

To auto-allow rough-draft proposals after brainstorming, you invoke a confirmation skill that prompts you to choose between auto-allow or manual review mode. Your preference is then stored in the session state to route the workflow to the next phase automatically.

Can I require manual approval for each rough-draft proposal before implementation?

Yes, you can require manual approval for each rough-draft proposal. During the transition from brainstorming, the skill asks you to select review mode, ensuring that every proposal is manually approved before it moves to implementation.

How does Claude Code store workflow preferences across different sessions?

Claude Code stores workflow preferences by updating session state data. When you set your preference for auto-allowing rough-draft proposals, the skill saves this choice in the session state to ensure consistent workflow behavior.

What is the transition process from brainstorming to rough-draft in software workflows?

The transition process from brainstorming to rough-draft involves confirming your preference for handling proposals. The skill displays a summary of brainstormed code items and asks you to choose auto-allow or review mode before routing to the next skill.

Do I need to mark code items as brainstormed before setting rough-draft preferences?

Yes, you need to mark code items as brainstormed before setting rough-draft preferences. The skill specifically applies during the transition phase and focuses on code items that have already been marked as brainstormed in your workflow.

Why does my rough-draft-confirm workflow require choosing auto-allow or review mode?

The rough-draft-confirm workflow requires choosing auto-allow or review mode to enforce a structured transition. By prompting for this decision, the skill ensures a faster and smoother transition to the rough-draft phase by routing to the next skill based on your preference.