Thanks for helping improve Project Atlas.
This project is a Claude Code clean-room documentation workflow. It should remain generic and safe to use with many kinds of source trees.
Do not submit:
- proprietary source code
- purchased source code
- private customer code
- secrets, API keys, tokens, passwords, or credentials
- generated mirror docs from a private project
- content copied from source code that should not be public
This repository should contain only the reusable template, prompts, rules, skills, helper scripts, and documentation.
- Fork the repository.
- Create a branch.
- Make your changes.
- Test the workflow on a disposable/sample source tree.
- Open a pull request.
- clearer prompts
- better batching rules
- better final verification rules
- improved clean-room documentation templates
- safer
.gitignorerules - helper scripts that do not expose private source
- bug fixes in workflow instructions
Check that:
- no private source files are included
src/contains only.gitkeep- generated docs/reports are not included
- prompt filenames and README references match
- status values use only
[ ],[~],[x],[D], and[!]