.pi/agent/skills/work-start/SKILL.md
Start new work. The /work:start command handler in the work extension does all initialization automatically — no skill injection needed. This file exists for documentation only.
npx skillsauth add popoffvg/dotfiles work-startInstall 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.
Handled entirely by the work extension:
_notes/ with git initworklog.md.pi/work.settings.json with phase=planwork:plan skill to start planningNo user questions asked — planning happens in the plan phase.
Eval checklist:
_notes/ directory created with git init?.pi/work.settings.json created with phase=plan?Test inputs:
Can change: initialization steps, default settings values, worklog template Cannot change: automatic flow (no user questions), _notes/ as working directory, plan phase as initial phase Min sessions before eval: 5 Runs per experiment: 3
testing
Use when the user asks to create test sets, enumerate scenarios, generate edge cases, or draft a coverage matrix before implementation.
testing
Use when the user asks to review, audit, score, or validate test sets for missed cases before execution or merge.
tools
Test harness plugins in isolation using tmux panes. Runs MCP servers, unit tests, typecheck, and Claude plugin loading. Use when user says "test plugin", "check plugin", "run plugin tests", "validate plugin", or names a specific plugin to test.
development
Guide for designing integration and e2e tests using BDD (Behavior-Driven Development) methodology with Cucumber-style Given/When/Then scenarios. Use when writing or reviewing tests for any service, API, or component. Language-agnostic — covers scenario structure, step notation, assertion principles, async patterns, and common anti-patterns.