keefhub avatar

keefhub

Community

@keefhub

5Followers
|
19Public Repos
|
7Published Skills

keefhub provides spec-driven development skills covering feature discovery, BDD specification, implementation planning, subagent execution, verified commits, and anti-template frontend design.

Skills Distribution
DomainDeveloper To...Spec-Driven Develo.. (40%)Requirements & BDD.. (25%)Git Verification &.. (20%)Frontend Design Sy.. (15%)

Agent Skills by keefhub

Showing 7 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About keefhub

FAQPage Schema
What tasks can I accomplish using keefhub's skills?

You can turn prose requests into Gherkin feature files, produce gated BA/SA specifications with BDD acceptance criteria, write numbered implementation plans, execute plans via reviewed subagents, harden existing specs through adversarial review, verify and commit code safely, and ship non-templated frontend designs.

Who are keefhub's skills designed for?

They target software engineers and technical leads practicing spec-driven development, particularly in Next.js App Router repositories where data, domain, component, and route work must be separated into distinct planned tasks with verification gates.

How does the plan-to-commit pipeline work in practice?

feature-discovery splits raw requests into features, feature-spec produces a gated specification, writing-plans saves a task-by-task plan.md, sdd executes it via reviewed subagents with resumable state, and git-commit runs lint, typecheck, build, and Playwright before committing and pushing.

What safety guarantees does the git-commit skill provide?

It fails closed: nothing commits on lint, typecheck, build, or Playwright failure, with errors logged to output/error/{feature}.md. It never pushes to master/main directly, runs an unconditional final build before every push, and routes protected-branch work through a feature branch.

What are the prerequisites for using these skills?

Skills expect a repository structured around features/NNN.*.md specs and doc/features/ documentation, a plan.md for execution, and a project supporting lint, typecheck, build, and Playwright specs. The writing-plans skill assumes a Next.js App Router codebase layout.