Generate comprehensive English documentation by analyzing code directly
Generates comprehensive English documentation by analyzing code with a specialized doc-writer agent
/plugin marketplace add cheluen/droids-workflow/plugin install droids@droids-workflow[object Object]inherit$ARGUMENTS
If no target specified, document the entire project.
ORIGINAL REQUEST (IMMUTABLE):
$ARGUMENTS
OUTPUT LANGUAGE: English
Understand the project structure:
Deliverables:
You MUST use the Task tool to invoke the doc-writer agent.
Task(
subagent_type="doc-writer",
description="Generate English technical documentation",
prompt="..."
)
Context to provide to agent:
Expected agent deliverables:
For Backend Projects:
For Frontend Projects:
For All Projects:
Requirements for agent:
Wait for agent completion before proceeding.
Summarize in English:
## Documentation Complete
### Files Created/Modified
- [file list]
### Documentation Coverage
- Functions documented: X/Y
- API endpoints documented: X/Y
- User guides created: Yes/No
### Sample Snippet
[Show example of generated docs]
### Notes
[Any additional information]
Make sure to use the doc-writer agent - do not generate documentation yourself!