Phil Bennett avatar

Phil Bennett

Community

@philipobenito

168Followers
|
7Public Repos
|
11Published Skills

@thephpleague leadership group, wrote league/container and league/route.

Skills Distribution
DomainDeveloper To...Software Design & .. (35%)Code Review & Qual.. (25%)Test-Driven Develo.. (15%)Debugging & Root C.. (15%)

Agent Skills by Phil Bennett

Showing 11 vetted skills indexed across 1 GitHub repositories.

philipobenitophilipobenito
3

design-recovery

Recovers approved designs from tickets or documents and confirms scope before implementation.

Community
Advanced
philipobenitophilipobenito
3

design-committee

Deliberates design decisions through three lens agents, cross-examination, and evidence-based synthesis.

Community
Advanced
philipobenitophilipobenito
3

work-swarm

Implements approved designs as file-disjoint tasks with concurrent review and verification.

Community
Advanced
philipobenitophilipobenito
3

work-review-receive

Verifies code review feedback against the codebase and implements accepted fixes in severity order.

Community
Advanced
philipobenitophilipobenito
3

work-tdd

Executes the red-green-refactor TDD cycle with verified failing tests before writing production code.

Community
Intermediate
philipobenitophilipobenito
3

design-handoff

Persists approved designs as ticket hierarchies or structured Markdown documents for future session recovery.

Community
Advanced
philipobenitophilipobenito
3

work-review-request

Dispatches a code reviewer subagent against a diff and drives the fix-and-re-review loop.

Community
Advanced
philipobenitophilipobenito
3

design-dialogue

Guides interactive design dialogue from idea to explicitly approved design summary.

Community
Advanced
philipobenitophilipobenito
3

debug-investigation

Investigates bugs through reproduction, ranked hypotheses, and a minimal verified fix.

Community
Advanced
philipobenitophilipobenito
3

design-review

Reviews consolidated design summaries by dispatching a fresh reviewer subagent with a three-dispatch budget.

Community
Advanced
philipobenitophilipobenito
3

work-verification

Runs fresh verification commands and cites their output before stating completion claims.

Community
Intermediate

Frequently Asked Questions About Phil Bennett

FAQPage Schema
What tasks can I accomplish with philipobenito's skills?

You can run interactive or hands-off design deliberation, persist approved designs into GitHub Issues, Jira, GitLab, or Linear tickets, recover work from ticket references, execute test-driven development, perform evidence-driven bug investigation, orchestrate parallel implementation, and enforce code review and verification gates before shipping.

Who are these skills designed for?

Software engineers and technical leads who want disciplined engineering process enforcement: mandatory failing tests before production code, root-cause identification before fixes, severity-ranked review feedback handling, and explicit design approval before implementation begins.

How do the design skills work in practice?

design-dialogue walks you through one question at a time interactively, while design-committee runs hands-off deliberation among three lens agents (Pragmatist, Architect, Advocate) with a synthesiser resolving decisions. Both end with design-review and explicit user approval before handoff.

What are the prerequisites for using work-swarm or design-handoff?

Both require an approved design already in hand. work-swarm decomposes it into file-disjoint tasks for concurrent implementation with per-task review; design-handoff persists it into tickets under a single parent or a structured Markdown document when no ticketing system exists.

How does debug-investigation enforce fix quality?

It hard-gates all bug fixes: no code changes without a reproduction and an identified root cause, regardless of how simple the fix appears. It enforces scope discipline, an investigation budget, the minimal fix principle, and takes its own approval for the fix approach.