generate_checklist
Create RFC implementation checklists in Markdown format to track requirements for client, server, or both roles.
Instructions
Generate RFC implementation checklist in Markdown format.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rfc | Yes | RFC number | |
| role | No | Implementation role (client/server/both) | both |
| sections | No | Sections to include (all if omitted) | |
| includeSubsections | No | Include subsections when filtering by sections (default: true) |