Plansession banner
moshehbenavraham moshehbenavraham

Plansession

Testing community

Description

--- name: plansession description: Analyze project state, create session spec and task checklist --- # /plansession Command Analyze project state, recommend the next session, create its specification, and generate the task checklist -- all in one step. ## Rules 1. **Script first** - Always run `analyze-project.sh --json` before any analysis 2. **Trust the script** - Use JSON output as authoritative state; do not parse `state.json` directly 3. **One session at a time** - Only recommend one se

Installation

Installs to ~/.claude/skills/moshehbenavraham-apex-spec-system-plansession/SKILL.md

Terminal
mkdir -p ~/.claude/skills/moshehbenavraham-apex-spec-system-plansession && curl -fsSL https://raw.githubusercontent.com/moshehbenavraham/apex-spec-system/HEAD/commands/plansession.md -o ~/.claude/skills/moshehbenavraham-apex-spec-system-plansession/SKILL.md

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

Full documentation available on GitHub

View Source Repository