원클릭으로
new-rfc
Draft and revise RFC markdown files for agx using project template, metadata conventions, and review gates.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Draft and revise RFC markdown files for agx using project template, metadata conventions, and review gates.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | new-rfc |
| description | Draft and revise RFC markdown files for agx using project template, metadata conventions, and review gates. |
Create RFC design documents that match agx conventions, cite concrete code locations, and follow the repository RFC workflow.
src/rfc/, src/skill/, and other touched areas.README.md, rfc/0000-template.md, and src/cli.rs for terminology and command behavior.agx rfc new --agent <agent-name> --author "AUTHOR_NAME" --title "RFC_TITLE".agx rfc revise --agent <agent-name> RFC_SELECTOR.--discussion, --tracking_issue, --prerequisite, --supersedes, --superseded_by, --title, --title_parts.[[revision]].change value (Revised) with a very brief purpose summary that is no more than one sentence.rfc/0000-template.md.src/rfc/create.rs, src/rfc/revise.rs, src/skill/validate.rs).README.md references whenever CLI behavior or user workflow changes.rfc/ and use the NNNN-slug.md naming pattern.rfc/0000-template.md; if absent, tooling falls back to the embedded template.rfc, title, agents, authors, created, last_updated, discussion, tracking_issue, prerequisite, supersedes, superseded_by, revision.status frontmatter field.README.md, rfc/0000-template.md, and src/cli.rs.cargo fmt --all, cargo build --workspace, cargo test --workspace, and cargo insta review when snapshots change.Create a project-specific RFC-writing skill named `new-rfc` by interviewing for RFC conventions, applying a reusable template, and validating the generated skill.
Run a structured requirements interview to remove ambiguity before implementation. Use when users ask to be interviewed, ask for guided questions, mention ask-user-question or interview skills, or when key decisions are missing and proceeding would risk rework.