{"aiPlatform":"claude-code","category":"content-creation","commandName":"/spark-draft","content":"# SparkDraft\n---\ndescription: >\n  SparkDraft – generate a polished content brief for any topic.\n  • Gathers top web results + Wikipedia overview\n  • Scrapes full articles via Firecrawl for key facts & quotes\n  • Synthesises SEO headings, FAQs and stats\n  • Saves a Markdown draft + JSON sources to ./content-brief/\nallowed_tools:\n  - filesystem        # mkdir and file-write operations\n---\n\n\n## Arguments\n\n\n```\n/content-brief \ntopic=\"<phrase to research>\" \n[depth=<shallow|medium|deep>] \n[save=<yes|no>]\n```\n*Defaults → `depth=medium   save=yes`*\n\n\n### Example\n\n\n```\n/content-brief \ntopic=\"serverless architecture on AWS\" \ndepth=deep\n```\n\n\n---\n\n\n## Context – what Claude should do\n\n\n1. **Parse `$ARGUMENTS`** into:\n   * `topic`\n   * `depth` → number of sources (`shallow`=3, `medium`=6, `deep`=10)\n   * `save`\n2. **Web search** – call  \n   `/mcp__duckduckgo__search q=\"${topic}\" num=${depthSources}`\n3. **Wikipedia overview** – call  \n   `/mcp__wikipedia__page title=\"${topic}\"`\n4. **Article scraping**  \n   For each DuckDuckGo result URL, call  \n   `/mcp__firecrawl__scrape url=${url} format=markdown`\n5. **Draft synthesis** – combine scraped content & Wikipedia into:\n   * 5-7 H2 sections (SEO-friendly)  \n   * Bullet FAQs & key statistics  \n   * \"Need-to-know\" quote box with up to 3 memorable quotes\n6. **Compose files**\n   * Ensure `content-brief/` dir exists → `/filesystem__mkdir -p content-brief`\n   * Markdown → `content-brief/{slug}-brief-{YYYYMMDD-HHmm}.md`\n   * JSON     → `content-brief/{slug}-sources-{YYYYMMDD-HHmm}.json`\n7. **Return** the Markdown draft **and** JSON blob.\n\n\n> Think step-by-step, waiting for each MCP / filesystem call before summarising.","copies":4,"createdAt":"2025-06-25T17:08:03.251Z","description":"A command-line tool that rapidly generates detailed content outlines from any topic. In under a minute, it researches a phrase, scrapes the full text of top online articles, and uses AI to synthesize the information.","displayName":"Spark Draft","downloads":5,"inputParameters":[{"name":"topic","description":"Phrase to research (e.g. Solar Eclipse 2026 Viewing Guide)","label":"topic","type":"text","required":true,"defaultValue":""},{"defaultValue":"medium","name":"depth","options":["high","medium","low"],"description":"How many sources to pull","label":"depth","type":"select","required":false},{"name":"save","description":"write files to ./content-brief/","label":"save","type":"text","required":false,"defaultValue":"yes"}],"instructions":"","lastCopied":"2025-09-02T09:03:12.804Z","lastDownloaded":"2025-08-12T20:59:31.002Z","lastStarred":"2025-07-24T17:03:32.678Z","legacyId":"3b3a497a-5a62-43d9-aaea-e8e343a64014","licenseType":"mit","mcpRequirements":[{"tier":"optional","serverId":"docker-duckduckgo"},{"tier":"optional","serverId":"docker-wikipedia-mcp"},{"tier":"optional","serverId":"docker-firecrawl"}],"mcp_search_content":"docker-duckduckgo docker-wikipedia-mcp docker-firecrawl","organizationUsername":"commands-com","price":"free","processedGalleryItems":[{"s3KeyThumbnail":"processed/3b3a497a-5a62-43d9-aaea-e8e343a64014/ChatGPTImageJun25202502_11_48PM_thumb.webp","s3KeyLarge":"processed/3b3a497a-5a62-43d9-aaea-e8e343a64014/ChatGPTImageJun25202502_11_48PM.webp","name":"ChatGPTImageJun25202502_11_48PM.webp","originalKey":"temp-uploads/W0V8NAw5AhWRwcuwSoFLOi1Yem83/c0601c6b-fc7b-499e-b2d7-a10561768ca7/ChatGPTImageJun25202502_11_48PM.png","pathLarge":"3b3a497a-5a62-43d9-aaea-e8e343a64014/ChatGPTImageJun25202502_11_48PM.webp","type":"image/webp","pathThumbnail":"3b3a497a-5a62-43d9-aaea-e8e343a64014/ChatGPTImageJun25202502_11_48PM_thumb.webp"}],"search_content":"spark draft a command-line tool that rapidly generates detailed content outlines from any topic. in under a minute, it researches a phrase, scrapes the full text of top online articles, and uses ai to synthesize the information. /spark-draft content-creation claude-code","stars":1,"title":"Spark Draft","type":"command","updatedAt":"2025-06-28T17:53:47.658Z","userId":"W0V8NAw5AhWRwcuwSoFLOi1Yem83","usersCopied":["W0V8NAw5AhWRwcuwSoFLOi1Yem83"],"name":"spark-draft","userInteraction":{"userHasStarred":false},"id":"3b3a497a-5a62-43d9-aaea-e8e343a64014"}