Add rapid-implement, rapid-increment, and ultra-review formulas; reroot formula-create's architecture gates onto rapid-implement (#64)#65
Conversation
…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.
|
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #64.
Summary
Adds three specialist work-execution formulas —
rapid-implement,rapid-increment, andultra-review— plus their generated role templates and synced runtime-store copies, and reroots theformula-createskill off the gate-lessfactoryworkerand ontorapid-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.txtjudging artifact. Canonical source of thevalidate-contractandself-verifyarchitecture 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-createskill (SKILL.md+skillmd-mode.md, source underinternal/cmd/install_skills/, synced to.claude/skills/):validate-contract,self-verify) fromrapid-implementinstead offactoryworker—factoryworkerpredates those gates and does not define them.design-v3torapid-implement.[vars.issue] source = "hook_bead"tosource = "cli".Verification
make sync-formulas/make sync-skills— installed copies in sync with source.make build— passes, including thecheck-formulas/check-skillsdrift gates andcheck-formula-skills.make test— all packages pass.🤖 Generated with Claude Code