skills/clawforce-dev/SKILL.md
Use at the start of every ClawForce development session to drive the self-improvement loop. Triggers on "clawforce dev", "dev loop", "improve clawforce".
npx skillsauth add lylecodes/clawforce clawforce-devInstall 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.
Drive ClawForce development by inspecting health, identifying issues, implementing fixes, and verifying via the live system.
Run these commands:
cd ~/workplace/clawforce && npx vitest run 2>&1 | tail -10
cd ~/workplace/clawforce && npx tsc --noEmit 2>&1 | tail -10
grep -i "clawforce.*error\|clawforce.*warn\|clawforce.*fail" /tmp/openclaw/openclaw-*.log 2>/dev/null | tail -10
grep -rn "TODO\|FIXME" ~/workplace/clawforce/src/ | wc -l
ls ~/workplace/clawforce/docs/superpowers/specs/
Pick the single highest-priority item.
Read the relevant source. Write a 2-3 sentence plan. Note downstream impacts.
Dispatch cf-worker with a targeted task:
openclaw agent --agent cf-worker --message "[task that exercises the fix]"
Check results in the DB.
Success = tests pass, types clean, verification dispatch compliant. If yes → loop to Step 1. If no → debug and re-verify.
testing
Use when onboarding or repairing RentRight data sources at the source/config level. Owns source eligibility, official URL selection, deterministic quote quality, extraction configuration, and handoff into the DB-first pipeline. Triggers on "add data source", "repair source config", "onboard official source", "fix extraction config", "source steward".
development
Use for post-release and live-state monitoring of RentRight jurisdiction data. Watches for stale rates, production drift, verification gaps, and user-visible anomalies, then opens governed remediation tasks. Triggers on "check production drift", "watch the pipeline", "monitor live jurisdictions", "production sentinel".
development
Use when creating, expanding, or retiring RentRight jurisdiction-owner agents and related routing scaffolding. Sets up owner docs, lifecycle state, schedules, and escalation paths. Triggers on "add jurisdiction owner", "expand data org", "bootstrap new owner", "retire jurisdiction owner", "create regime owner".
tools
Use when onboarding a new RentRight jurisdiction or bringing an inactive jurisdiction to shadow/active state. Covers source discovery, extraction, validation, bundle verification, and dossier setup. Triggers on "onboard jurisdiction", "set up jurisdiction owner", "add rentright jurisdiction", "bootstrap jurisdiction".