review-or-create-doclisted
Install: claude install-skill NomadicDaddy/aidd
# Review or Create Document
Ensure a specified document is accurate and aligned with the current state of the application. If the document does not yet exist, create it from the current application state instead of reporting it as missing.
## Usage
```
review-or-create-doc [app] <document-path>
```
- `[app]` → application name or path. If omitted, use the current repository.
- `<document-path>` → document to review or create, relative to the resolved application or
absolute. A path that already includes the app directory resolves both values.
## Process
1. **Resolve the target**: Identify the document and application from the invocation. When the
optional app is supplied, scope relative document paths to that application's directory.
2. **Check existence**:
- If the document exists, run the review branch below.
- If the document does not exist, run the create branch below.
3. **Review branch (document exists)**: Read it thoroughly. Compare each claim, description, and reference against the current application code and configuration. Report inaccuracies, outdated information, missing details, and misleading statements with specific references to the actual state.
4. **Create branch (document missing)**: Bootstrap the document from the current application state. Match the project's existing documentation conventions and the artifact's established purpose. Ground every statement in real code, configuration, and observed behavior; do not speculate about feature