fallguyconsulting
Official@fallguyconsulting
fallguyconsulting publishes a slash-command skill suite for governed software delivery: sprint planning, audits, certification gates, lint remediation, and isolated git worktree jobs.
Agent Skills by fallguyconsulting
Showing 25 vetted skills indexed across 1 GitHub repositories.
certify-work
Certifies uncommitted changes or commit ranges through a review-fix loop before commit.
document
Generates release documentation records and documents from a current audit's measurements.
audit
Orchestrates a periodic audit measuring corpus claims against the codebase and public surface.
plan-sprint
Drafts an approved sprint document with corpus deltas and work items through an interactive planning ceremony.
ok
Administers the ok-* plugin suite by updating plugins, discovering skill families, and converging vendored project layers.
ok-planner
Maintains a design corpus of concepts, stories, decisions, and issue intake via slash commands.
discover-design
Bootstraps a design corpus by discovering concepts, stories, and decisions from a codebase.
execute-tasks
Drains a task tracker run by dispatching concurrent profile agents under a concurrency cap.
verify-issues
Verifies open design issues and writes generated or recommended rulings for each.
sketch
Writes single-pass pre-commitment design sketches to dated Markdown files.
ok-version
Reports the active ok-planner plugin and conduct versions for the current session.
suggest
Proposes fixes for Plumbline lint violations using deterministic heuristics.
explain
Displays canonical definitions and examples for Plumbline lint concepts via the vendored plumbline binary.
patterns
Clusters Plumbline lint violations by shape and proposes bulk fixes.
version
Prints the project's vendored plumbline version alongside the carried payload version.
starter
Generates a project-shaped plumbline config by scanning the repository for known patterns.
port
Generates a phased Plumbline port plan enumerating lint violations and remediation passes.
events
Inventories structured event kinds and format violations across a codebase.
budget
Enforces a one-way violation-count ratchet for incremental Plumbline backlog cleanup in CI.
close
Tears down a job's git worktree, runtime stack, and branch after safety gates pass.
ok-workspaces
Creates and tears down isolated per-job git worktrees with dedicated runtime stacks.
open
Creates an isolated git worktree workspace with its own branch and namespaced runtime for one job.
setup-dom-picker
Installs a dev-only DOM element picker into web frontends for human-to-agent pointing.
setup-web
Merges the chrome-devtools-mcp server entry into a project's .mcp.json configuration.
Frequently Asked Questions About fallguyconsulting
FAQPage SchemaWhat tasks can I perform with fallguyconsulting's skills?▼
You can plan sprints, run periodic audits, certify diffs through a review-fix loop, generate release documentation, triage issues into ruling-ready narratives, remediate Plumbline lint violations, and open or close isolated git worktree jobs. Every skill activates only via its explicit slash command, never from conversation content.
Who are these skills designed for?▼
They target software engineers and technical project owners running agent-assisted development who want governed ceremonies around coding: sprint planning, change certification, release documentation, and lint governance. The ok-planner, ok-plumbline, and ok-workspaces families assume a project repository with issues, a design corpus, and CI.
How do the skills run in practice?▼
Each skill is invoked by an explicit slash command such as /audit, /execute-tasks, or /open. The /ok command bootstraps and administers all installed families, /open provisions a worktree and namespaced runtime per job, and /execute-tasks drains a task tracker by spawning concurrent agents under a concurrency cap.
What prerequisites or dependencies do the skills require?▼
Skills expect a git project with the suite's filesystem markers, a task tracker, and per-family config such as .ok-plumbline/config.json, which the /ok-plumbline:starter command generates by scanning for Go modules or Node packages. Web setup skills require chrome-devtools-mcp merged into the project's .mcp.json.
Are the skills safe to run against production code?▼
Yes, by design: most analysis skills are read-only and only propose fixes, /close refuses teardown on uncommitted work or unmerged branches, /discover-design aborts rather than overwrite human-edited artifacts, and the DOM picker is gated dev-only so it never ships to production builds.