.claude/skills/plan/SKILL.md
# Create Implementation Plan from GitHub Issue 1. Read the GitHub issue provided by the user 2. Use targeted grep searches (not broad exploration) to find relevant files - limit to 5-10 key files 3. Read existing similar implementations for patterns to follow 4. Write a concise implementation plan as a markdown checklist 5. Create a feature branch: `git checkout -b feature/<issue-number>-<short-description>` 6. Report: files to modify, estimated scope, and the plan Keep exploration focused. Do
npx skillsauth add Jasrags/ShadowMaster .claude/skills/planInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
git checkout -b feature/<issue-number>-<short-description>Keep exploration focused. Do NOT start implementing code.
testing
# Verify Reference Data Run the hybrid verification pipeline to compare extracted reference material against edition data files. ## Usage ``` /verify-reference # Run all mapping configs /verify-reference street-gear-weapons-armor # Run specific mapping by name /verify-reference --fix # Run and attempt semantic fixes ``` ## Phase 1 — Structural Verification (Script) Run `pnpm verify-reference` to execute structural checks: ```bash # All mappings p
testing
Test infrastructure reference for Shadow Master. Use when writing tests, finding existing test files, or running test suites. Covers Vitest unit tests, Playwright E2E tests, and testing patterns.
development
# Ship Current Work 1. Run `npm run typecheck` and fix any TypeScript errors 2. Run `npm test` and fix any test failures 3. Run `git status` to review changes 4. Create a descriptive commit with conventional commit format (feat:, fix:, etc.) 5. Push to the current feature branch 6. Create a PR using `gh pr create` with a descriptive title and body referencing the GitHub issue 7. Report the PR URL Never commit to main. If on main, ask the user for a branch name first.
content-media
Redesigns character sheet display components to match the character creation card aesthetic. Use when updating any component in /components/character/sheet/ to use grouped sections, value pills, and the established dark-mode-first color system.