Summarize

Produce a structured summary of your implementation work. Call this when you have completed your task.

CounterpointConsulting Updated

File contents

Summarize Your Work

When you have finished your implementation or cannot proceed further, write a JSON file at /output/result.json with this structure:

{
  "status": "success | partial | failed",
  "summary": "Brief description of what you did",
  "filesCreated": ["path/to/file1"],
  "filesModified": ["path/to/file2"],
  "commits": ["commit message 1"],
  "issues": ["Any issues encountered or concerns"],
  "suggestions": ["Suggestions for the next agent"]
}

For "partial" status, explain what remains to be done in the issues field. For "failed" status, explain what went wrong in the issues field.

IMPORTANT: Write the file using the write tool to /output/result.json. Then commit and push any changes.

CounterpointConsulting/shepherds-pi/tree/main/personas/typescript-react-dev/skills/summarize commit 775bd8873c

Frequently asked questions

npx skillmds@latest add counterpointconsulting/summarize-6