handarbeit
Official@handarbeit
handarbeit maintains Fabrik, a GitHub-Project-driven SDLC pipeline orchestrator that drives Claude Code workers through Specify, Research, Plan, Implement, Review, and Validate stages.
Agent Skills by handarbeit
Showing 22 vetted skills indexed across 1 GitHub repositories.
fabrik-plan-comment
Revises implementation plans and task checklists based on user feedback in GitHub issue comments.
fabrik-implement-comment
Applies user-requested code changes during Fabrik's Implement stage and commits the result.
fabrik-validate-comment
Processes user feedback on validation reports by re-running checks and applying targeted fixes.
fabrik-specify-comment
Incorporates user comment answers into an evolving GitHub issue spec during the Fabrik Specify stage.
fabrik-plan
Generates implementation plans with task checklists from specs and research findings.
fabrik-review-comment
Applies user decisions on code review findings and commits fixes without advancing the pipeline stage.
fabrik-research-comment
Incorporates user comment answers into Fabrik Research stage findings on GitHub issues.
fabrik-validate
Validates pull requests against issue requirements before merge in the Fabrik pipeline.
fabrik-review
Reviews implementation PRs, fixes issues, and prepares branches for human merge.
fabrik-implement
Executes planned implementation tasks by writing, testing, committing, and pushing code on a feature branch.
clarify
Resolves ambiguities in feature specifications through targeted stakeholder questions.
onboard
Interviews stakeholders and writes a project constitution file for feature specifications.
architecture-baseline
Interviews the architect to produce a ratified architecture baseline with budgets and fitness functions.
write-spec
Creates feature specifications from plain-language descriptions following GitHub Spec Kit structure.
experience-baseline
Interviews UX leads to write a product-wide experience baseline covering states, components, and budgets.
architecture-foundations
Interviews architects to capture constraints, shared domain models, interface contracts, and authority models.
fabrik-setup
Guides first-time installation and initialization of the Fabrik GitHub Project board orchestrator.
fabrik
Supervise Fabrik-driven GitHub Project pipelines and advise on issue authoring, labels, and stage failures.
build-check
Runs Go format, vet, build, and race-detector tests on the Fabrik codebase.
fabrik-status
Inspect Fabrik project board state, running Claude workers, and worktree changes.
cut-release
Authors release notes and publishes Fabrik releases via a guarded shell script.
audit-documentation
Audit documentation against recently shipped features and file GitHub issues for gaps.
Frequently Asked Questions About handarbeit
FAQPage SchemaWhat tasks can I accomplish with handarbeit's Fabrik skills?▼
You can drive a full feature lifecycle: clarify and write specifications, run technical research, produce implementation plans with task checklists, implement and commit code on feature branches, perform code review, and validate that tests pass and PRs are merge-ready — all coordinated through a GitHub Project board.
Who are the Fabrik skills designed for?▼
They target software engineers, technical architects, product managers, and UX leads. Stage-agent skills serve Claude Code workers executing pipeline stages, while the fabrik supervisor skill supports a human acting as product-management buddy overseeing board state, labels, and worker output.
How do I install and start using Fabrik in a project?▼
Use the fabrik-setup skill, which walks through prerequisites, binary installation, GitHub Project board setup, running fabrik init, secret configuration, and the first run. It triggers when no .fabrik/ directory exists yet in the repository.
What prerequisites and signals indicate a Fabrik-enabled project?▼
A Fabrik project is signaled by a .fabrik/ directory at the repo root, .fabrik/stages/*.yaml files, and fabrik:-prefixed labels on the GitHub Project board. Setup requires the Fabrik binary, a configured GitHub Project, and secrets installed via fabrik init.
How does Fabrik handle releases and documentation upkeep?▼
The cut-release skill gathers changes since the last tag, writes release notes, and delegates publication to scripts/cut-release.sh. The audit-documentation skill compares docs against recently shipped features, filing gap issues for undocumented behavior and closing issues whose gaps are now covered.