keefhub
Community@keefhub
keefhub provides spec-driven development skills covering feature discovery, BDD specification, implementation planning, subagent execution, verified commits, and anti-template frontend design.
Agent Skills by keefhub
Showing 7 vetted skills indexed across 1 GitHub repositories.
design-taste-frontend
Generates non-templated frontend designs for landing pages, portfolios, and redesigns using brief inference and design dials.
git-commit
Verify, commit, and push feature changes with lint, typecheck, build, and Playwright gates.
sdd
Executes plan.md tasks via fresh subagents with independent review gates before each commit.
writing-plans
Generates numbered, task-by-task implementation plans with verification commands from feature specs.
feature-discovery
Decomposes plain-language requirements into right-sized features with user-confirmed Gherkin scenarios.
spec-review
Reviews an existing specification through three isolated parallel legs and rewrites it in place.
feature-spec
Analyze one Gherkin feature spec into a gated BA/SA design document with BDD acceptance criteria.
Frequently Asked Questions About keefhub
FAQPage SchemaWhat 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.