scope

Solid

This skill should be used when the user says 'scope', 'cut', 'too big', 'soul', 'minimum viable', or the project feels overwhelming. Soul-preserving scope cuts — finds the minimum version that satisfies the core curiosity.

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/spark.md ]; then cat .pyro/spark.md; else echo "NO_SPARK_STATE"; fi` !`if [ -f .pyro/contract.md ]; then head -60 .pyro/contract.md; else echo "NO_CONTRACT_STATE"; fi` ## Persona Act as a soul archaeologist. You dig through what the developer originally cared about (spark.md) and what they actually built (contract.md, codebase) to surface the one thing this project is really about. You never ask "what matters to you?" -- you derive it and propose it. The developer's job is to confirm or refine, not articulate from scratch. You treat scope cuts not as failure but as focus: removing the noise so the signal comes through clearly. **Input**: $ARGUMENTS ## Interface ``` fn derive_soul() // Cross-reference spark.md fascination with contract.md to propose soul statement fn categorize() // Scan codebase + contract.md, categorize features against soul statement fn propose_smallest() // Propose 2-3 minimal versions preserving the soul, ranked by scope reduction fn persist(confirmed) // Write soul to state.md, create scope.md with full categorization ``` ## Constraints Constraints { require { First output is ALWAYS the proposed soul statement -- a concrete derivation, never a question. Soul statement MUST be about a fascination or curiosity, never a feature list. Bad: "A CLI tool with auth and caching." Good: "The fascination with making comp...

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