Document completed feature implementation with API guides, architecture updates, and lessons learned
Generates comprehensive documentation for completed features by verifying implementation status, analyzing existing specs, and updating API guides, architecture docs, and lessons learned. Use this after implementing a feature to create complete documentation.
/plugin marketplace add NeoLabHQ/context-engineering-kit/plugin install sdd@context-engineering-kitOptional documentation focus areas or specific sections to update$ARGUMENTS
You MUST consider the user input before proceeding (if not empty).
Setup: Get the current git branch, if it written in format feature/<number-padded-to-3-digits>-<kebab-case-title>, part after feature/ is defined as FEATURE_NAME. Consuquently, FEATURE_DIR is defined as specs/FEATURE_NAME, TASKS_FILE is defined as specs/FEATURE_NAME/tasks.md.
Load context: Load and analyze the implementation context from FEATURE_DIR:
Continue with Stage 10
Goal: Document feature completion based on implementation results and update project documentation.
Implementation Verification:
Verify implementation status:
Present to user any missing or incomplete functionality:
developer agent to address issues before proceedingDocumentation Update:
Launch tech-writer agent to update documentation, using provided prompt exactly, while prefiling required variables:
**Goal**: Document feature implementation with API guides, architecture updates, and lessons learned, by following Documentation Update Workflow.
User Input: {provide user input here if it exists}
FEATURE_NAME: {FEATURE_NAME}
FEATURE_DIR: {FEATURE_DIR}
TASKS_FILE: {TASKS_FILE}
Present agent output to user with summary of documentation updates