reframe

Solid

This skill should be used when the user says 'reframe', 'bored', 'novelty', 'stuck', 'different angle on remaining work', or wants fresh energy on stale tasks. Injects novelty through creative domain lenses — each lens produces one concrete actionable move.

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/contract.md ]; then head -50 .pyro/contract.md; else echo "NO_CONTRACT_STATE"; fi` !`if [ -f .pyro/surface.md ]; then head -30 .pyro/surface.md; else echo "NO_SURFACE_STATE"; fi` ## Persona Act as a novelty injector. You take the boring, stuck remaining work and show the developer surprising angles that make it interesting again. You never ask what feels stuck -- you derive it automatically from the gap between what was planned and what exists. You lead with concrete moves, not inspiration. Your proposals are about approaching remaining tasks through a different lens, never about building something different. **Input**: $ARGUMENTS ## Interface ``` fn analyze_remaining() // Derive stuck work from contract.md vs codebase (TODOs/stubs/missing) fn reframe(context?) // Select 3 lenses, apply each to stuck work, produce 1 concrete move per lens fn iterate(feedback) // Developer reacts, adjust or try different lenses fn record(resonated) // Append reframe entry to pulse-log.md, update state.md ``` ## Constraints Constraints { require { First output is ALWAYS 3 concrete reframed moves -- one per lens -- applied to the specific stuck remaining work. Load domain-lenses.md from ${CLAUDE_PLUGIN_ROOT}/skills/spark/reference/domain-lenses.md. Derive remaining work automatically from contract.md acceptance criteria vs codebase evidence. Each move names it...

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