standup-finalize

Strip internal Claude notes from standup drafts and archive the original.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/ManfronEnrico/thesis-manifold --skill standup-finalize
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: standup-finalize
Source: https://github.com/ManfronEnrico/thesis-manifold/tree/main/.claude/skills/standup-finalize
Command: npx skills add https://github.com/ManfronEnrico/thesis-manifold --skill standup-finalize

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill cleans standup drafts by removing internal Claude meta-notes and creates a supervisor-ready update while archiving the original draft for history.

Core Features & Use Cases

  • Strip internal Claude meta-notes from standup_draft.md to produce a clean supervisor copy.
  • Generate a timestamped update file at project_updates/YYYY-MM-DD_HH-MM_update_meeting_N.md for delivery.
  • Archive the unmodified standup_draft.md to project_updates/standup_draft_archive.md for future reference.

Quick Start

Run the finalize standup workflow to produce a clean supervisor copy and archive the original draft.

Frequently Asked Questions about standup-finalize

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I strip internal notes from a standup draft for supervisor review?

You can strip internal notes from a standup draft by running the finalize workflow, which cleans project_updates/standup_draft.md and produces a supervisor-ready update while archiving the original file.

How do I archive standup drafts and generate timestamped update files?

To archive standup drafts and generate timestamped update files, the workflow copies the original draft to standup_draft_archive.md and writes a new update at project_updates/YYYY-MM-DD_HH-MM_update_meeting_N.md.

What is the best way to clean up recurring daily standup drafts for small teams?

The best way to clean up recurring daily standup drafts for small teams is to automate the removal of internal Claude meta-notes, ensuring formal, auditable records are produced for supervisor delivery.

Can I use this standup cleanup workflow for generating auditable meeting records?

Yes, you can use this standup cleanup workflow for generating auditable meeting records. It archives the unmodified draft and creates a clean, timestamped update file suitable for formal review.

Does the standup finalization process require any specific dependencies or components?

The standup finalization process does not require any specific dependencies or components. It operates directly on the markdown files within the project_updates directory to read, clean, and archive drafts.

Why does my standup draft still contain internal meta-notes after finalization?

If your standup draft still contains internal meta-notes after finalization, ensure the source file is correctly located at project_updates/standup_draft.md so the workflow can properly strip notes and output the clean copy.