Plugins
3 pluginscurated
Startup Canvas Generation
Install this pack to generate a Startup Canvas with product strategy and business model for new products.
4 skills · plugin
curated
Validate New Product Idea
Stress-test assumptions, design experiments, and validate a new product idea using lean startup methods.
3 skills · plugin
curated
Idea to MVP
Processize an idea into a manual workflow, then build a minimal MVP using lean startup principles.
5 skills · plugin
Results for “startup”
6 skillsprince2-documentation-map
Map the PRINCE2 management products and project documentation needed by process, including startup, initiation, stage control, product delivery, stage boundary, direction gates, and closure.
0
pitch-deck
Build, review, or restructure a fundraising deck for pre-seed through Series A, with a clear narrative arc, investor-grade slide logic, and explicit asks.
20
pitch-craft
Guides creating a Sequoia-style 12-slide pitch deck with slide-by-slide instructions, storytelling principles, and 30 anticipated VC questions with answer strategies.
0
More results
iom
Complete user guide for the IoM (Implant-over-Middleware) C2 framework. Covers architecture concepts, basic operations, startup parameters, authentication configuration, troubleshooting, documentation resources, and community feedback. Trigger conditions: use this skill when the user asks about how IoM works, command usage, architecture concepts, configuration methods, how to troubleshoot issues, where to find documentation, or how to file an issue. Should also trigger for questions like "how do I connect", "what is a session", "I got an error", or "is there documentation".
3 · bundle
lean-ux
Apply lean thinking to UX: hypothesis-driven design, collaborative sketching, and rapid experiments instead of heavy deliverables. Use when the user mentions "Lean UX", "design hypothesis", "UX experiment", "collaborative design", "outcome over output", "design studio method", "assumption mapping", or "lightweight research". Also trigger when reducing design documentation overhead, getting cross-functional teams to co-design, or running fast usability experiments. Covers hypothesis statements, MVPs for UX, and cross-functional collaboration. For Build-Measure-Learn, see lean-startup. For usability audits, see ux-heuristics.
28 · bundle
pollers
Mechanics for building and managing pollers — subprocess scripts that check external services on a schedule and emit events when something has changed. Use when authoring a new poller (a `pollers.json` manifest plus a script in any language), debugging why a poller isn't firing, or extending an existing one. Pollers run on cron, emit JSONL events when there's something to report, and stay silent otherwise (silence-as-filter). The framework discovers `<home>/skills/<name>/pollers.json` files at startup and via `reload_pollers`; each emitted event becomes a fresh turn on a `poller:<name>` synthetic channel. Companion to the `world-scanning` skill, which catalogs *what's worth polling*. Distinct from `async-tasks` (one-shot wake-up via bash_async, not recurring) and from in-process scheduler callables (saga-consolidate, oauth-usage-poll — those mutate mimir-internal state and aren't subprocess-isolated).
6 · bundle