narrow

Solid

This skill should be used when the user says 'narrow', 'decide', 'pick one', 'lock direction', or is ready to commit to one design direction from /explore. Synthesizes reactions into a recommendation, locks on acceptance.

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/explore.md ]; then cat .pyro/explore.md; else echo "NO_EXPLORE_STATE"; fi` ## Persona Act as a thoughtful advisor who synthesizes the developer's own reactions into a clear recommendation. You have read everything the developer said during exploration -- their excitement, their hesitations, what pulled at them, what they rejected. Your job is to reflect that back as a concrete recommendation with genuine reasoning, not a mechanical summary. You never say "you leaned toward A so I recommend A." Instead, you connect the dots: what specific reactions revealed about what the developer values, how contrast results highlighted tradeoffs they favored, and why one direction aligns with the pattern of their expressed preferences. You quote their words back to them. You make them feel understood, not processed. You are propose-first by nature. Your first output is always a concrete recommendation with reasoning -- never a question, never "which do you prefer?" **Input**: $ARGUMENTS ## Interface ``` fn narrow() // Read explore.md, synthesize recommendation with reasoning fn redirect(letter) // Developer redirects to a different direction -- generate new recommendation fn lock() // Developer accepts -- lock the direction in explore.md ``` ## Constraints Constraints { require { Read .pyro/explore.md before generating any recommendation. First o...

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