output-conventions

Solid

Shared deliverable-as-file output conventions for all BetterCallClaude commands. Defines the bcc-output folder structure, file naming, and chat summary template.

AI & Automation 33 stars 8 forks Updated 4 days ago AGPL-3.0

Install

View on GitHub

Quality Score: 82/100

Stars 20%
51
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# BetterCallClaude Output Conventions This document defines the standard output behavior for all BetterCallClaude commands that produce deliverables longer than approximately one page (~500 words). ## Rule Every command that produces a long output (memo, research, strategy, analysis, triage batch, translation, draft) **MUST**: 1. Write the full result as a file in the working folder. 2. Give in chat only a **summary of 3–5 lines** plus the path to the written file. Short outputs (cite, validate, refine, version, help, privacy status, summarize with `--short`) may remain in chat. ## Folder Structure ``` <working folder>/bcc-output/ └── YYYY-MM-DD-<slug>/ ├── 01-intake.md ├── 02-research-memo.md ├── 03-strategy.md ├── 04-adversarial-review.md ├── 05-draft-<document>.md (or .docx for redline) └── sources.md ``` - **`bcc-output`** is the default folder name. The user can override it in the `bettercallclaude.local.md` playbook under "Stile e formato" → output folder preference. - The **date-slug subfolder** uses `YYYY-MM-DD-<short-description>` format (e.g., `2026-06-10-nda-review-meier`). - The **numbering** follows the `/legal-5step` phases. Commands run individually write only the relevant file(s) into the same structure. - **`sources.md`** is always present when MCP servers were used: it lists every source consulted with verification date — this is the paper trail for due diligence. ## File Formats - **Default**: `.md` (Markdow...

Details

Author
fedec65
Repository
fedec65/bettercallclaude
Created
5 months ago
Last Updated
4 days ago
Language
JavaScript
License
AGPL-3.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Listed

markdown-report

Consistent format for audit reports, review output, and workflow artifacts including required sections, severity rubric (failure/warning/info), file naming convention, and summary line rubric. Use whenever a command writes a report to `~/.claude/scratch/` or `docs/`, OR the user asks for a structured audit, review, finding report, or any output requiring the failure/warning/info severity rubric, regardless of domain.

0 Updated today
ku5ic
AI & Automation Listed

rootnode-output-blocks

Tested output format specifications for Claude prompts. Use when the user wants a specific deliverable structure — retrieving, reviewing, customizing, or building output formatting. Trigger on: "give me the Executive Brief format," "show me the output template for," "I need the Decision Matrix structure," "show me available output formats," "build a custom output format for." Provides 10 ready-to-use structures (executive briefs, technical designs, research summaries, implementation plans, decision matrices, competitive analyses, post-mortems, stakeholder updates, strategic memos, process documentation) plus a custom template, with per-section length guidance and format constraints tested against Claude formatting defaults. If unsure which format fits, use rootnode-block-selection first if available. Do NOT use for evaluating existing prompts (use rootnode-prompt-validation if available) or choosing reasoning/identity approaches (use rootnode-block-selection if available).

40 Updated 2 days ago
drayline
AI & Automation Listed

brewdocmy-claude

Document your Claude Code installation - setup, architecture, web research. Triggers - my claude, installation docs.

29 Updated 4 days ago
kochetkov-ma