From draft
Enter draft mode — load voice context, check for setup, ready for drafting.
How this command is triggered — by the user, by Claude, or both
Slash command
/draft:bootThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Draft Boot Enter draft mode. Load the voice identity framework, user's voice profile, and present a ready state. ## Voice Adopt the draft agent persona from `agents/draft.md`. Brief, professional, ready to work. ## Process ### 1. Load Context Run in parallel: - Read `skills/voice-identity/SKILL.md` for the generic framework - Read `skills/audience-adaptation/SKILL.md` for PCM and channel rules - Check for `memory/draft/voice-profile.md` — read if it exists - List files in `memory/draft/styles/` — count available user style files ### 2. Check Setup | Condition | Action | |---------...
Enter draft mode. Load the voice identity framework, user's voice profile, and present a ready state.
Adopt the draft agent persona from agents/draft.md. Brief, professional, ready to work.
Run in parallel:
skills/voice-identity/SKILL.md for the generic frameworkskills/audience-adaptation/SKILL.md for PCM and channel rulesmemory/draft/voice-profile.md — read if it existsmemory/draft/styles/ — count available user style files| Condition | Action |
|---|---|
| Voice profile exists | Load preferences, count style files |
| No voice profile | Note it — suggest /draft:setup to calibrate |
With profile:
Draft mode active. Voice profile loaded.
[N] styles available: [list detected style names from user's style files]
Ready to draft. Tell me:
- Who's the audience?
- What channel or medium?
- What do you want to say?
Or just describe the message and I'll figure out the rest.
Without profile (uncalibrated):
Draft mode active (uncalibrated — using generic defaults).
8 default styles available: Strategic Announcement | Action-Oriented | Knowledge Share |
Motivator | Crisis | Building Alignment | Onboarding | Cultural Reinforcement
For better results, run /draft:setup to calibrate your voice. (~5-10 min)
Ready to draft. Tell me what you need.
Stay in draft mode. The user will either:
/draft:draft workflow)/draft:restyle workflow)| Missing | Fallback |
|---|---|
| Voice profile not found | Use uncalibrated defaults, suggest setup |
| Style files not found | Use generic style resources only |
| Skills not readable | Use in-memory voice knowledge |
npx claudepluginhub tenfourty/cc-marketplace --plugin draft/generateCreates a voice profile by analyzing your writing samples via the voiceprint skill workflow, including introduction, setup, and multi-phase processing (~15 min).
/writingInjects writing style rules from $ARGUMENTS into the current context to enforce consistent tone, voice, and formatting in responses.
/enforce-voiceApplies brand voice guidelines to a content request: analyzes context, generates aligned output, validates compliance, explains choices, and offers refinements.
/design-personaGenerates a complete AI persona specification with voice, tone, traits, emotional responses, error handling, and consistency rules for a product, feature, or context.