fallguyconsulting avatar

fallguyconsulting

Official

@fallguyconsulting

0Followers
|
16Public Repos
|
25Published Skills

fallguyconsulting publishes a slash-command skill suite for governed software delivery: sprint planning, audits, certification gates, lint remediation, and isolated git worktree jobs.

Skills Distribution
DomainDeveloper To...Developer Tooling .. (55%)AI Models & Machin.. (20%)Cloud & Compute In.. (10%)Cybersecurity & Co.. (10%)

Agent Skills by fallguyconsulting

Showing 25 vetted skills indexed across 1 GitHub repositories.

fallguyconsultingfallguyconsulting
1

certify-work

Certifies uncommitted changes or commit ranges through a review-fix loop before commit.

Official
Advanced
fallguyconsultingfallguyconsulting
1

document

Generates release documentation records and documents from a current audit's measurements.

Official
Advanced
fallguyconsultingfallguyconsulting
1

audit

Orchestrates a periodic audit measuring corpus claims against the codebase and public surface.

Official
Advanced
fallguyconsultingfallguyconsulting
1

plan-sprint

Drafts an approved sprint document with corpus deltas and work items through an interactive planning ceremony.

Official
Advanced
fallguyconsultingfallguyconsulting
1

ok

Administers the ok-* plugin suite by updating plugins, discovering skill families, and converging vendored project layers.

Official
Advanced
fallguyconsultingfallguyconsulting
1

ok-planner

Maintains a design corpus of concepts, stories, decisions, and issue intake via slash commands.

Official
Intermediate
fallguyconsultingfallguyconsulting
1

discover-design

Bootstraps a design corpus by discovering concepts, stories, and decisions from a codebase.

Official
Advanced
fallguyconsultingfallguyconsulting
1

execute-tasks

Drains a task tracker run by dispatching concurrent profile agents under a concurrency cap.

Official
Advanced
fallguyconsultingfallguyconsulting
1

verify-issues

Verifies open design issues and writes generated or recommended rulings for each.

Official
Advanced
fallguyconsultingfallguyconsulting
1

sketch

Writes single-pass pre-commitment design sketches to dated Markdown files.

Official
Intermediate
fallguyconsultingfallguyconsulting
1

ok-version

Reports the active ok-planner plugin and conduct versions for the current session.

Official
Basic
fallguyconsultingfallguyconsulting
1

suggest

Proposes fixes for Plumbline lint violations using deterministic heuristics.

Official
Intermediate
fallguyconsultingfallguyconsulting
1

explain

Displays canonical definitions and examples for Plumbline lint concepts via the vendored plumbline binary.

Official
Basic
fallguyconsultingfallguyconsulting
1

patterns

Clusters Plumbline lint violations by shape and proposes bulk fixes.

Official
Intermediate
fallguyconsultingfallguyconsulting
1

version

Prints the project's vendored plumbline version alongside the carried payload version.

Official
Basic
fallguyconsultingfallguyconsulting
1

starter

Generates a project-shaped plumbline config by scanning the repository for known patterns.

Official
Intermediate
fallguyconsultingfallguyconsulting
1

port

Generates a phased Plumbline port plan enumerating lint violations and remediation passes.

Official
Intermediate
fallguyconsultingfallguyconsulting
1

events

Inventories structured event kinds and format violations across a codebase.

Official
Intermediate
fallguyconsultingfallguyconsulting
1

budget

Enforces a one-way violation-count ratchet for incremental Plumbline backlog cleanup in CI.

Official
Intermediate
fallguyconsultingfallguyconsulting
1

close

Tears down a job's git worktree, runtime stack, and branch after safety gates pass.

Official
Intermediate
fallguyconsultingfallguyconsulting
1

ok-workspaces

Creates and tears down isolated per-job git worktrees with dedicated runtime stacks.

Official
Intermediate
fallguyconsultingfallguyconsulting
1

open

Creates an isolated git worktree workspace with its own branch and namespaced runtime for one job.

Official
Intermediate
fallguyconsultingfallguyconsulting
1

setup-dom-picker

Installs a dev-only DOM element picker into web frontends for human-to-agent pointing.

Official
Intermediate
fallguyconsultingfallguyconsulting
1

setup-web

Merges the chrome-devtools-mcp server entry into a project's .mcp.json configuration.

Official
Intermediate

Frequently Asked Questions About fallguyconsulting

FAQPage Schema
What 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.