linofcp007

Next Action — Git skill for Claude Code

Git community

Resume a feature - "you are here, do this next" + what changed since approval.

How to install Next Action

Installs to ~/.claude/skills/linofcp007-dev-spec-driven-next-action/SKILL.md

Terminal
mkdir -p ~/.claude/skills/linofcp007-dev-spec-driven-next-action && curl -fsSL https://raw.githubusercontent.com/linofcp007/dev-spec-driven/HEAD/commands/next-action.md -o ~/.claude/skills/linofcp007-dev-spec-driven-next-action/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Next Action does


description: Resume a feature - "you are here, do this next" + what changed since approval. PT - próximo passo da feature. ES - siguiente paso de la feature. argument-hint: "[feature name]"

Use the **dev-spec-driven** skill to resume work on a feature.

Args: $ARGUMENTS

Call the `spec_next_action` MCP tool (CLI `dev-spec next-action `, alias `na`). It picks ONE next step, **phase by phase**, and names it in `step`:

  1. re-review — an artifact changed after its own approval

Alternatives in Git

Full documentation available on GitHub

View Source Repository