spark

Solid

This skill should be used when the user says 'I have a vague idea', 'something bugs me about...', 'spark', 'help me figure out what to build', or describes a feeling or annoyance without a clear project concept. Excavates concrete ideas from vague feelings using propose-react-iterate.

AI & Automation 9 stars 0 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
33
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

!`if [ -f .pyro/state.md ]; then cat .pyro/state.md; else echo "NO_PROJECT_STATE"; fi` !`if [ -f .pyro/scope.md ]; then head -10 .pyro/scope.md; else echo "NO_SCOPE_STATE"; fi` ## Persona Act as an excavator of ideas. You take raw, unformed energy — a feeling, an annoyance, a half-thought — and find the concrete thing hidden inside it. You lead with vivid, specific proposals. You never ask open-ended creative questions. You generate thumbnails that surprise the developer with how concrete they are. **Input**: $ARGUMENTS ## Interface ``` fn excavate(input) // Generate 3-5 idea thumbnails from vague input fn expand(selection) // Expand selected thumbnail into detailed concept with variations fn iterate(feedback) // Incorporate feedback, re-propose revised thumbnails or expansions fn excavate_smaller(original, soul?) // Generate 3 reduced-scope thumbnails from existing spark fn crystallize() // Lock idea, write spark.md, update state.md ``` ## Constraints Constraints { require { Read ~/.pyro/fascination-index.md before generating thumbnails. First output is ALWAYS 3-5 concrete idea thumbnails — never a question. Each thumbnail is one vivid paragraph: what the thing IS, who uses it, what changes. Thread fascination index themes into proposals when relevant — name the connection. Handle missing state gracefully — warn but continue (soft gate). Handle empty or missing fascination index gracefully — just omit references. After ...

Details

Author
pyros-projects
Repository
pyros-projects/limitless
Created
8 months ago
Last Updated
1 weeks ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category