بنقرة واحدة
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 المهني
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.
| 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.