Prepare documentation for a user defined feature
Generates comprehensive technical documentation with sequence diagrams and data flow charts for user-defined features.
/plugin marketplace add mir/maratai/plugin install maratai-dev@marataidescribe feature or tag .md fileCreate comprehensive technical documentation that explains the complete data flow for the following feature: $ARGUMENTS
Create a Mermaid sequence diagram showing:
Use this format:
sequenceDiagram
...
Create a Mermaid flowchart showing:
Use this format:
graph TB
...
For EACH phase and component, provide:
Component: ComponentName
Function: functionName(params)
Steps:
Code Examples:
// Relevant minimal only essential code extraction. Skip if not essential.
...
State Changes:
propertyName → new valueanotherProperty → descriptionData Structure Minimal Examples:
{
"example": "data structure"
}
["path/to/file"]<br>)