원클릭으로
brief
/brief - Write session brief, commit, and push. Run at end of session to checkpoint all work.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
/brief - Write session brief, commit, and push. Run at end of session to checkpoint all work.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to 'open a website,' 'fill out a form,' 'click a button,' 'take a screenshot,' 'scrape data from a page,' 'test this web app,' 'login to a site,' 'automate browser actions,' or any task requiring programmatic web interaction.
Write a blog post from start to finish. Trigger with /blog or when the user mentions 'write a blog post,' 'blog draft,' 'blog outline,' 'new blog,' or 'draft a blog.' Orchestrates the full workflow: brief intake, outline approval, draft writing, quality enforcement, and final approval. For topic planning, see content-strategy. For editing existing drafts, see copy-editing.
When the user wants to create visual creative assets — LinkedIn ads, carousel images, social graphics, banners, display ads, presentation slides, or any visual marketing content. Also use when the user mentions 'design,' 'creative,' 'ad image,' 'carousel,' 'banner,' 'social graphic,' 'slide,' 'visual asset,' 'LinkedIn ad,' or 'display ad.' This skill ensures all visual output follows the brand system.
Create compelling B2B customer case studies for the company. Use when asked to write, draft, or help with case studies, customer success stories, customer testimonials, or win stories. Supports both branded case studies (with company name) and anonymous case studies (e.g., 'a customer in the retail space') when NDAs or privacy concerns apply.
Generate Excalidraw diagram files (.excalidraw) from a description. Use when the user mentions 'excalidraw,' 'diagram,' 'flowchart,' 'process flow,' 'architecture diagram,' 'visual diagram,' or 'draw a diagram.' Outputs valid JSON that opens in Excalidraw web app, VS Code extension, or Obsidian plugin. No API key needed.
Export HTML pages to print-quality vector PDFs using Playwright's page.pdf() API. Trigger with /html-to-pdf or when the user wants to export an HTML page to PDF, create a print-ready PDF from HTML, or generate a PDF of a handout, card, flyer, or any HTML design.
| name | brief |
| version | 2.0.0 |
| description | /brief - Write session brief, commit, and push. Run at end of session to checkpoint all work. |
Run this at the end of a session to capture context and checkpoint all work to GitHub.
Read /brief/session-brief.md to understand what was there from last session.
Overwrite /brief/session-brief.md with a comprehensive brief covering:
This is NOT about brevity — be as thorough as needed to retain all important context.
After writing the brief, run the reflect skill to scan the conversation for learnings. This is a delegation, not a repeat of the reflect instructions. Load and follow the reflect skill.
After writing the brief, always ask the user which option they want:
Present these as a quick choice. Do NOT assume commit+push.
git status to see all changes (staged + unstaged + untracked)git log --oneline -3 to match commit message stylegit add — use specific paths, not -A)Session [N]: [1-2 sentence summary of session work]git pushCommit rules:
.env, credentials, tokens)/briefWhen asked to "read the brief" (typically at session start via /start), just read the file without modifying it. Do not commit or push in read-only mode.