Thanks for your interest in contributing. This playbook grows through real-world usage, so practical contributions are especially valued.
- Create a markdown file in the appropriate
tasks/subdirectory - Use the YAML frontmatter format (see README)
- Include a
## Contextsection explaining when to use it - Name files with lowercase and hyphens:
my-new-prompt.md
- Create a directory under
frameworks/ - Include a
README.mdwith overview, core concepts, and usage examples - Keep frameworks self-contained -- they should work independently
- Fix typos, clarify explanations, add examples
- Update outdated references
- Add real-world usage notes from your own experience
- Practical over theoretical -- show how things work, not just what they are
- Concise over comprehensive -- shorter docs get read more
- Examples over descriptions -- a good example beats a paragraph of explanation
- Test your prompts -- verify they work with at least one major LLM before submitting
- Fork the repo
- Create a branch (
add-my-frameworkorfix-typo-in-adhd-docs) - Make your changes
- Submit a PR with a clear description of what you added/changed and why
Be respectful, be constructive, be practical. We're all here to make AI interaction better.