Use the doc-curator sub-agent to generate comprehensive `README.md` following `TEMPLATE_MODE` standards from `TARGET_FILE` template, ensuring no business-specific references or credentials are included.
/plugin marketplace add AojdevStudio/dev-utils-marketplace/plugin install documentation@dev-utils-marketplace# Generate README Use the doc-curator sub-agent to generate comprehensive `README.md` following `TEMPLATE_MODE` standards from `TARGET_FILE` template, ensuring no business-specific references or credentials are included. ## Variables TARGET_FILE: $1 (default: README.md) TEMPLATE_MODE: $2 (default: ai-docs/readme-template.yaml) OUTPUT_DIRECTORY: current project root TEMPLATE_NAME: structured YAML template format ## Workflow 1. Use the doc-curator sub-agent to analyze current project structure 2. Load template from `@ai-docs/readme-template.yaml` 3. Extract metadata from configuration fi...