Skip to content

chore(rfd): Add rfd-implement recipe and implementor persona#632

Merged
JeanMertz merged 2 commits into
mainfrom
prr199
May 12, 2026
Merged

chore(rfd): Add rfd-implement recipe and implementor persona#632
JeanMertz merged 2 commits into
mainfrom
prr199

Conversation

@JeanMertz
Copy link
Copy Markdown
Collaborator

Extract the coding-related system prompt sections, tool configuration, and instructions from the dev persona into a new reusable coding.toml skill. Both dev and the new rfd-implementor persona now share these guidelines via extends, eliminating duplication.

The new rfd-implementor persona is purpose-built for implementing Accepted RFDs. It treats the attached RFD as a contract, classifies mismatches with the current codebase as minor (resolve unilaterally, list in the report) or major (stop and ask before proceeding), and enforces phase discipline from the RFD's Implementation Plan.

The new rfd-implement justfile recipe wraps that persona: it accepts a permanent RFD number, gates on Accepted or Implemented status, handles conversation continuity (continue, archive-and-restart, or quit), attaches any Bear notes tagged rfd/<id>/implement, and delivers the opening instruction message to the LLM.

JeanMertz added 2 commits May 12, 2026 09:49
Extract the coding-related system prompt sections, tool configuration,
and instructions from the `dev` persona into a new reusable
`coding.toml` skill. Both `dev` and the new `rfd-implementor` persona
now share these guidelines via `extends`, eliminating duplication.

The new `rfd-implementor` persona is purpose-built for implementing
Accepted RFDs. It treats the attached RFD as a contract, classifies
mismatches with the current codebase as minor (resolve unilaterally,
list in the report) or major (stop and ask before proceeding), and
enforces phase discipline from the RFD's Implementation Plan.

The new `rfd-implement` justfile recipe wraps that persona: it accepts a
permanent RFD number, gates on Accepted or Implemented status, handles
conversation continuity (continue, archive-and-restart, or quit),
attaches any Bear notes tagged `rfd/<id>/implement`, and delivers the
opening instruction message to the LLM.

Signed-off-by: Jean Mertz <git@jeanmertz.com>
Signed-off-by: Jean Mertz <git@jeanmertz.com>
@JeanMertz JeanMertz merged commit 8b0e061 into main May 12, 2026
14 checks passed
@JeanMertz JeanMertz deleted the prr199 branch May 12, 2026 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant