Skip to content

Add rapid-implement, rapid-increment, and ultra-review formulas; reroot formula-create's architecture gates onto rapid-implement (#64)#65

Merged
stempeck merged 3 commits into
mainfrom
issues/64
Jun 14, 2026
Merged

Add rapid-implement, rapid-increment, and ultra-review formulas; reroot formula-create's architecture gates onto rapid-implement (#64)#65
stempeck merged 3 commits into
mainfrom
issues/64

Conversation

@stempeck

Copy link
Copy Markdown
Owner

Closes #64.

Summary

Adds three specialist work-execution formulas — rapid-implement, rapid-increment, and ultra-review — plus their generated role templates and synced runtime-store copies, and reroots the formula-create skill off the gate-less factoryworker and onto rapid-implement.

What changed

New formulas (source under internal/cmd/install_formulas/, synced to .agentfactory/store/formulas/):

  • rapid-implement (21 steps) — lean, complexity-classified implementation workflow (Trivial/Moderate/Complex/Epic), failing-test-first gate, test_results.txt judging artifact. Canonical source of the validate-contract and self-verify architecture gates.
  • rapid-increment (23 steps) — addresses a PR's UNRESOLVED review threads: branches from the PR head, fast-forward pushes fixes back to the same PR branch (no new PR), resolves the addressed threads, leaves draft/ready state as found.
  • ultra-review (16 steps) — multi-agent PR review formula.

Generated role templates (internal/templates/roles/): rapid-implement.md.tmpl, rapid-increment.md.tmpl, ultra-review.md.tmpl.

formula-create skill (SKILL.md + skillmd-mode.md, source under internal/cmd/install_skills/, synced to .claude/skills/):

  • Sources the 2 architecture gates (validate-contract, self-verify) from rapid-implement instead of factoryworkerfactoryworker predates those gates and does not define them.
  • Switches the complete reference formula from design-v3 to rapid-implement.
  • Flips the generated issue var from [vars.issue] source = "hook_bead" to source = "cli".

Verification

  • make sync-formulas / make sync-skills — installed copies in sync with source.
  • make build — passes, including the check-formulas / check-skills drift gates and check-formula-skills.
  • make test — all packages pass.

🤖 Generated with Claude Code

stempeck and others added 2 commits June 14, 2026 00:42
…their generated role templates and synced store copies. Reroot formula-create's architecture gates (validate-contract, self-verify) from the gate-less factoryworker onto rapid-implement, switch the reference formula to rapid-implement, and flip the generated issue var source from hook_bead to cli. Fixes #64.
@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ stempeck
❌ agentfactory


agentfactory seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@stempeck stempeck merged commit 847934d into main Jun 14, 2026
4 of 5 checks passed
@stempeck stempeck deleted the issues/64 branch June 14, 2026 04:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

2 participants