From backend-factory
Generate a creative multi-chapter narrative report of the factory's architecture
npx claudepluginhub randyquaye/backend-come-alive --plugin backend-factoryThis skill is limited to using the following tools:
Generate a rich, multi-chapter narrative report of the backend architecture, told from the perspective of factory workers at each station.
Triggers research for existing libraries, tools, and patterns before coding new features. Searches npm, PyPI, MCP/skills, GitHub; evaluates matches and decides adopt/extend/build.
Audits cross-stack repos (C++/Android/iOS/Web), classifies files as project/third-party/artifacts, detects embedded libraries, assigns module verdicts, generates interactive HTML reports.
Reorganizes X and LinkedIn networks: review-first pruning of low-value follows, priority-based add/follow recommendations, and drafts warm outreach in user's voice.
Share bugs, ideas, or general feedback.
Generate a rich, multi-chapter narrative report of the backend architecture, told from the perspective of factory workers at each station.
$ARGUMENTS determines the narrative mode:
| Argument | Mode | Tone & Focus |
|---|---|---|
onboarding | New Worker Welcome Guide | Friendly, detailed, explains everything for a newcomer |
executive | Factory Inspector's Report | Metrics-focused, efficiency ratings, capacity concerns |
incident | Resilience & Incident Review | What could go wrong, single points of failure, blast radius |
| (empty) | Full Creative Narrative | Complete storytelling tour of the entire factory |
curl -s http://localhost:7777/api/architecture > /tmp/factory-narrative-arch.json
If the server is not running, inform the user to run /backend-factory:start first.
Using the architecture JSON, identify and read the most important source files (up to 10) to gather real details for the narrative.
Build a multi-chapter narrative report. Each chapter is narrated in first person by a different factory worker:
Format as a well-structured markdown document with table of contents and chapter headings.
Summarize which mode was used, key highlights, and notable findings.
Suggest: "Run /backend-factory:narrative incident to see failure analysis." or "Run /backend-factory:focus <component> to deep-dive into any station."