skills/ground/SKILL.md
Orient in project state before starting work
npx skillsauth add benaskins/humanpowers groundInstall 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.
Ground yourself in the current project state before starting any work.
git fetch origin && git rebase origin/main — report if there were upstream changesgit status in each repo in the current workspace — summarize what's in progressgit log --oneline -10 to show recent work and provide context on where the project left offgh issue list and gh pr list — just show counts and titles. If this is the start of a session, suggest /triage for a deeper pass.Once grounded, /brainstorm the task.
$ARGUMENTS
testing
Review open issues and PRs across the workspace to decide what needs action
testing
Use before claiming any fix, deploy, or implementation is complete. Requires showing evidence — not assertions.
development
Use when executing an implementation plan. Builds in TDD cycles with disciplined commits — one commit per plan step, no unrelated files swept in.
devops
Deploy one or more services end-to-end with health verification