ba-handoff

Generates meeting minutes, user guides, export packs, and HTML previews from session notes.

Updated Jul 28, 2026
One-click install
npx skills add https://github.com/truongnat/Restly --skill ba-handoff-truongnat
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ba-handoff
Source: https://github.com/truongnat/Restly/tree/main/.agents/skills/ba-handoff
Command: npx skills add https://github.com/truongnat/Restly --skill ba-handoff-truongnat

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Business analysts need stakeholder-facing handoff documents (meeting minutes, user guides, export packs, previews) but producing them manually is repetitive and risks inventing decisions or leaking secrets. This Skill standardizes offline-first artifact generation from notes and transcripts with strict safety contracts. ## Core Features & Use Cases - Five output modes: meet (MEETING.md), userguide (USERGUIDE.md), export (EXPORT.md), preview (HTML preview + PREVIEW.md), and update-overview (OVERVIEW_SHARED.md), each seeded from a dedicated template. - Safety contract: never invents meeting decisions, never puts secrets in exports or previews, and confirms ambiguous owners or dates before writing. - Office rendering: integrates with docx, pdf, and html skills when rendered formats are requested. - Use Case: After a stakeholder workshop, run mode meet with your transcript to produce MEETING.md with separated decisions and action tables, then run mode export to package it as a PDF for distribution. ## Quick Start Use the ba-handoff skill with mode meet to turn my workshop notes into a MEETING.md with decisions and actions.

Frequently Asked Questions about ba-handoff

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

FAQPage Schema
How do I generate meeting minutes from notes or a transcript?▼

Use mode `meet` (alias /meet) with your notes or transcript as input. The skill seeds MEETING.md from its template with separate Decisions and Actions tables, each row citing its source, and asks you to confirm ambiguous owners or dates.

How do I create a user guide for admins or end users?▼

Use mode `userguide` (alias /userguide) and specify the audience such as admin, CS, or end-user. It produces USERGUIDE.md with task-based how-to sections and a troubleshooting table seeded from the provided template.

Can I export handoff documents to PDF or Word?▼

Yes, mode `export` produces EXPORT.md with an inventory of included artifacts and format targets. When rendered formats are requested, it delegates to docx, pdf, or html skills and logs each render step.

Does the skill work offline without sending data externally?▼

Yes, all artifacts are offline-first and written under the active session in .agent-work/. The contract explicitly forbids putting secrets into export or preview outputs, and HTML previews are served locally.

What are the limitations of the update-overview mode?▼

Mode `update-overview` only writes OVERVIEW_SHARED.md, a shared BA note. It must not recreate the retired lifecycle OVERVIEW.md progress page; progress truth remains in TASKS.md and session status.