Documentation
README
RFC/IMPL Document Generator
Convert a user's feature or fix idea into a paired RFC (design document for humans) and IMPL (implementation prompt for AI) in the ai-driven/ directory.
When to Use
- User says "I want to add X feature"
- User describes a bug fix or improvement
- User says "write an RFC for..."
- User gives a short idea that needs formalization before coding
Workflow
Step 1. Receive the User's Description
The user provides a short description of what they want. This could be a sentence, a paragraph, or a reference to a GitHub issue.
Step 2. Assess Information Completeness
Determine if the description is sufficient to write a meaningful RFC and IMPL. Ask yourself:
This is the opening of the README. Read the full README on GitHub.