[Begins Step 1 with warm, inviting questions]
Works with
### Example 2: Quick Command Setup
User: \"/novel-architect an english novel named lost-horizon 'A man discovers his small town is slowly disappearing from maps'\"
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionnovel-architectExecute the skills CLI command in your project's root directory to begin installation:
Fetches novel-architect from junaid18183/novel-architect-skills and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate novel-architect. Access via /novel-architect in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Create detailed user stories, acceptance criteria, and feature specs
Example
Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios
Reduce spec writing time by 50%, ensure comprehensive coverage
Research competitors, compare features, identify gaps
Example
Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities
Complete competitive research in 2 hours instead of 2 days
Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs
Example
Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale
1
total installs
1
this week
1
GitHub stars
0
upvotes
Run in your terminal
1
installs
1
this week
1
stars
A comprehensive skill for literary fiction writers that transforms vague story ideas into structured novel projects through patient, emotionally-attentive dialogue.
Reflection before construction. Emotional truth before narrative logic.
This skill:
| File/Folder | Purpose | Format |
|---|---|---|
Braindump.md |
Emotional core & vision | North Star, themes, structure |
Genre.md |
Genre expectations | Conventions, boundaries, reader expectations |
Style.md |
Narrative voice & tone | Voice, rhythm, pacing, influences |
Characters.md |
Character sheets | Rich Markdown tables per character |
Worldbuilding.md |
Setting & world rules | Structured tables by category |
Conflict.md |
Story conflicts & stakes | Internal/external conflicts |
Synopsis.md |
Full story summary | Beginning, middle, end (500-1000 words) |
Timeline.md |
Story chronology | Event sequence, pacing, continuity |
Outline/ |
Chapter-by-chapter beats | Detailed outline per chapter |
Chapters/ |
Draft manuscript files | Ready-to-write chapter files |
Research/ |
Reference materials | Notes, sources, context |
Archive/ |
Old versions & cuts | Deleted scenes, old drafts |
Assets/ |
Visual references | Maps, character art, mood boards |
Project is created in:
~/writing/novels/{novel-name}/
All work is done in the same location. The skill works on one file at a time.
/novel-architect an english novel named lost-horizon "A man discovers his small town is slowly disappearing from maps"
"Help me create a novel project"
"I want to start writing a novel"
"Set up a new book for me"
Both trigger the same step-by-step interview process.
The skill follows this exact sequence, never skipping ahead:
Parallel Processing (Steps 12-13):
run_in_background=true parameter in delegate_task callsWhen to Use Parallel vs Sequential:
Use delegate_task with run_in_background=true for:
Task Parameters:
delegate_task(
category="unspecified-high",
description="Brief task description (shown to user)",
prompt="Detailed instructions with context file paths and requirements",
run_in_background=true # REQUIRED for parallel execution
)
After launching parallel tasks:
background_output(task_id="...") to retrieve resultsStatus Communication:
Each background task must:
Avoid:
After proposing ANY section content, ALWAYS use this exact format:
Does this feel true to what you're holding?
You can reply with:
1. **Yes** (approve and continue)
2. **Tweak** (tell me what to adjust)
3. **Rewrite** (I'll regenerate with a different approach)
CRITICAL FILE WRITING RULES:
Throughout all interactions:
If user invokes with command syntax:
/novel-architect [language] novel named [name] "[core idea]"
Extract:
english | "hindi" | "bilingual"lost-horizon (becomes folder name)Start with a warm, inviting question:
"Let's create your novel project together. I'll guide you through step by step.
First, what would you like to name this project? (Use lowercase with hyphens, like 'my-novel' or 'lost-horizon')"
Wait for response, then:
"What language will you write in?
- English, 2. Hindi"
Wait for response, then:
"Tell me about your story idea. Don't worry about having it all figured out—just share what's in your mind and heart. A few sentences is perfect."
Reflect their idea back emotionally:
"Let me reflect what I hear—gently, without shaping it yet.
[Emotional reflection of their core idea in 2-3 sentences]
Does this feel true to what you're holding?"
Wait for confirmation before proceeding. And remember this is our North Star.
Do this silently (no need to narrate file creation unless asked).
Create the full project structure:
/home/claude/novels/{project-name}/
├── Braindump.md (to be filled in Step 3)
├── Genre.md (to be filled in Step 4)
├── Style.md (to be filled in Step 5)
├── Characters.md (to be filled in Step 6)
├── Worldbuilding.md (to be filled in Step 7)
├── Conflict.md (to be filled in Step 8)
├── Synopsis.md (to be filled in Step 9)
├── Timeline.md (to be filled in Step 10)
├── Outline/
│ └── README.md
├── Chapters/
│ └── README.md
├── Research/
│ └── README.md
├── Archive/
│ └── README.md
└── Assets/
└── README.md
Outline/README.md:
# Outline
Chapter-by-chapter beat sheets and plot structure.
Each file: `outline-chapter-N.md`
## Structure per chapter
- Chapter goal
- POV character
- Key beats
- Emotional arc
- Setting
- Notes
Chapters/README.md:
# Chapters
Manuscript files for each chapter.
Each file: `chapter-N.md`
Write your draft here. One file per chapter.
Title format: `# Chapter N: [Title]`
Research/README.md:
# Research
Reference materials, sources, and background research.
Store:
- Historical research
- Location references
- Technical details
- Inspiration sources
- Continuity notes
Archive/README.md:
# Archive
Deleted scenes, old drafts, and cut content.
Move old versions here instead of deleting.
Prefix files with date: `2026-01-29-old-chapter-3.md`
Assets/README.md:
# Assets
Visual references, maps, character art, and other media.
Store:
- Character reference images
- Location photos
- Maps and diagrams
- Mood boards
- Cover ideas
After creating structure:
"I've created your project structure. Let's begin building the foundation of your story."
Critical: Work through each section ONE AT A TIME. Store in memory. Write Braindump.md only when ALL sections approved.
What it is: This is the original core-idea user provided. Show the same lines to user and ask for confirmation.
Propose based on their core idea:
"Let's start with your North Star—the emotional truth that makes this story matter.
Based on what you've shared, here's what I sense:
North Star: [Users orignial North Star given in Section 1]
Does this feel true to what you're holding? You can reply with:
- Yes (approve and continue)
- Tweak (tell me what to adjust)
- Rewrite (I'll regenerate with a different approach)"
Wait for explicit approval. When approved, store in memory and move to next section.
Example:
North Star: "This is story follows an ordinary man in a tier-3 town in MP. He observes life quietly, especially the lives of women"
What it is: A working title (can change, but helps focus the vision). **This ideally user should have provided in Section 1 , if so use it, if not then only Propose.
Propose 3-4 options:
"Here are some working title ideas:
- [Title option 1]
- [Title option 2]
- [Title option 3]
- [Title option 4]
Which resonates with you? Or would you like to suggest your own?
Does one of these feel true to what you're holding? You can reply with:
- Yes (choose a number or suggest your own)
- Tweak (tell me what to adjust)
- Rewrite (I'll regenerate different options)"
Wait for explicit approval. Store chosen/adjusted title.
Example:
- "The Disappearing Town"
- "Lost Horizon"
- "Maps Without Names"
- "The Forgetting Place"
What it is: The central narrative/emotional tension expanded from their initial idea.
Propose expanded version:
"Let me expand your core idea into a fuller picture:
Core Idea: [2-4 sentences expanding their original concept]
Does this feel true to what you're holding? You can reply with:
- Yes (approve and continue)
- Tweak (tell me what to adjust)
- Rewrite (I'll regenerate with a different approach)"
Wait for approval. Store in memory.
What it is: The deeper emotional current beneath the plot.
Propose theme:
"Every story explores something deeper than its plot. Here's what I sense as your central theme:
Central Theme: [Theme statement—what the story is really about]
Key Questions This Story Explores:
- [Question 1]
- [Question 2]
- [Question 3]
Does this feel true to what you're holding? You can reply with:
- Yes (approve and continue)
- Tweak (tell me what to adjust)
- Rewrite (I'll regenerate with a different approach)"
Wait for approval. Store in memory.
Example:
Central Theme: The fragility of memory and place, and what it means to witness disappearance.
Key Questions:
- What do we lose when a place vanishes?
- Can we hold onto what's fading?
- Who remembers when everyone forgets?
What it is: Narrative framework for the story.
Propose structure based on story type:
"Based on your story, I suggest this narrative structure:
[Structure Type] (e.g., Three-Act, Hero's Journey, Literary Arc)
How It Works For Your Story: [Brief explanation of how structure applies]
Alternative Options:
- [Structure option 2]
- [Structure option 3]
Does this feel true to what you're holding? You can reply with:
- Yes (approve this structure)
- Tweak (tell me what to adjust)
- Rewrite (suggest different structure)"
Wait for approval. Store in memory.
Example:
Literary Arc (Character-driven with subtle progression)
How It Works: Your protagonist gradually becomes aware of the town's disappearance, moving from denial to investigation to acceptance. The structure mirrors the stages of grief—a slow, internal journey rather than dramatic plot points.
After ALL sections approved:
"Perfect. I've captured everything for your Braindump. Writing it now..."
Write Braindump.md with this exact format:
## North Star
[Approved content]
## Title
[Approved title]
## Core Idea
[Approved content]
## Central Theme
[Approved content]
## StrucMake data-driven prioritization decisions faster
Draft PRDs, status updates, and stakeholder presentations
Example
Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement
Save 3-5 hours/week on communication overhead
Prerequisites
Time Estimate
30-60 minutes to see productivity improvements
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.
✗ Avoid when
Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.
mattpocock/skills
parcadei/continuous-claude-v3
cursor/plugins
ailabs-393/ai-labs-claude-skills
ailabs-393/ai-labs-claude-skills
pproenca/dot-skills
Useful defaults in novel-architect — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
Useful defaults in novel-architect — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
novel-architect is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
novel-architect is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
Keeps context tight: novel-architect is the kind of skill you can hand to a new teammate without a long onboarding doc.
Keeps context tight: novel-architect is the kind of skill you can hand to a new teammate without a long onboarding doc.
We added novel-architect from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
novel-architect fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
novel-architect fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
novel-architect fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
showing 1-10 of 27