Rai Story Plan

Python-specific verification commands for task decomposition.

stefancgillberg Updated

File contents

Overlay: Task Verification Template (Python)

This overlay replaces the generic "resolve from manifest" guidance in Step 2 of the base rai-story-plan skill with explicit Python commands.

Per-Task Verification Commands

When defining verification criteria for each task in the plan, use:

# Tests
uv run pytest --tb=short -x

# Lint
uv run ruff check

# Type check
uv run pyright

Include these in every task's verification section. All three must pass before the task is considered complete.

stefancgillberg/cursor-skills-rai/tree/main/.raise/skills/raise-dev/rai-story-plan commit 3876eccaea

Frequently asked questions

npx skillmds@latest add stefancgillberg/rai-story-plan