Summarize

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

CounterpointConsulting 0f30e10 861 B 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/dba/skills/summarize commit 0f30e1041d

Frequently asked questions

npx skillmds@latest add counterpointconsulting/summarize