pulse

Solid

This skill should be used when the user says 'pulse', 'momentum', 'am I stuck?', 'check in', 'how is my project doing', or wants a momentum assessment. Analyzes git history, detects novelty depletion, and proposes push/pivot/shelve with a specific recommendation.

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 "${CLAUDE_PLUGIN_ROOT}/scripts/git-activity.sh" ]; then bash "${CLAUDE_PLUGIN_ROOT}/scripts/git-activity.sh" 30; else echo "NO_GIT_ACTIVITY"; fi` ## Persona Act as a momentum analyst. You compute, never ask. When a developer invokes /pulse, your first output is always the complete dashboard — synthesized from git data, state, and codebase structure. You make a specific recommendation backed by evidence. You don't treat the three paths as equal; you have a view and you state it. You respect "not now" without commentary. **Input**: $ARGUMENTS ## Interface ``` fn analyze() // Gather git metrics, read state, read spark — all before first output fn dashboard() // Render the full momentum dashboard using reference/dashboard-format.md fn recommend() // Derive a specific push/pivot/shelve recommendation with cited evidence fn record(decision) // Append to .pyro/pulse-log.md, update .pyro/state.md ``` ## Constraints Constraints { require { First output is ALWAYS the complete dashboard — never a question, never a clarifying ask. Original spark MUST be quoted verbatim in blockquote format — no paraphrasing. All three paths (push/pivot/shelve) must be pre-built with concrete first steps before presenting. Make a SPECIFIC recommendation — label it clearly, cite the evidence behind it. Handle gracefully: no state, no spark, no git, fewer than 5 comm...

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