skills/acceptance-criteria-drafter/SKILL.md
Creates a draft of Acceptance Criteria for GitHub Issues by interviewing the user about feature requirements and outputting a markdown file in .tmp folder. Triggers on phrases like 'create AC draft', 'draft acceptance criteria', 'write acceptance criteria', or when user wants to define acceptance conditions for a feature.
npx skillsauth add atman-33/atman-workspace acceptance-criteria-drafterInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill helps you create well-structured Acceptance Criteria drafts for GitHub Issues by interviewing users about their feature requirements.
.tmp/ folder for review and refinementAsk the user these essential questions:
Keep the interview conversational and adaptive—you don't need to ask all questions if the user has already provided the information.
✅ User behavior and outcomes ✅ Error conditions and messages ✅ State changes visible to users ✅ Data persistence requirements
❌ Implementation details (API endpoints, database tables) ❌ Technical architecture decisions ❌ Browser/device-specific test cases ❌ More than 5 criteria (split into multiple issues if needed)
Create a file in .tmp/ac-draft-YYYYMMDD-N.md with this structure:
# Acceptance Criteria Draft
**Generated on**: YYYY-MM-DD
**Feature**: [Brief feature description]
---
## Acceptance Criteria
- [ ] [User-facing behavior 1]
- [ ] [User-facing behavior 2]
- [ ] [Error handling or edge case]
- [ ] [State persistence or data requirement]
---
## Notes
[Any additional context, assumptions, or clarifications]
---
## Next Steps
1. Review and refine this draft
2. Copy to GitHub Issue template
3. Discuss with team during sprint planning
## Acceptance Criteria
- [ ] ログイン済みユーザーは記事を投稿できる
- [ ] タイトルが未入力の場合、投稿できずエラーメッセージが表示される
- [ ] 投稿後、記事一覧に表示される
## Acceptance Criteria
- [ ] 通知をOFFにすると通知が送信されない
- [ ] 設定変更後もページ再読み込みで状態が保持される
## Acceptance Criteria
- [ ] ユーザーは自分のデータをCSV形式でエクスポートできる
- [ ] データが存在しない場合、「データがありません」と表示される
- [ ] エクスポート中は進捗インジケーターが表示される
- [ ] ダウンロード完了後、通知が表示される
Use sequential numbering for the same day:
.tmp/ac-draft-20260126-1.md.tmp/ac-draft-20260126-2.md.tmp/ac-draft-20260126-3.mdtools
Zenn記事のMarkdown校正を行うスキル。記事を読み、Zenn独自記法の正確性・見出し構造・コードブロック・リンク・画像・テーブル・埋め込み・メッセージ/アコーディオン記法をチェックし、改善提案を行う。ユーザーが「Zenn記事を校正して」「Zennの記法をチェックして」「記事をレビューして」「Markdown確認して」と依頼した際に使用する。
tools
Develop React applications for VS Code Webview surfaces. Use when working on the `webview-ui` package, creating features, components, or hooks for VS Code extensions. Includes project structure, coding guidelines, and testing instructions.
testing
Best practices for reliable terminal command execution and output capture. Use this skill when running shell commands, especially in environments like WSL where output might be truncated or lost, to ensure results are properly captured and inspected.
databases
Supabaseデータベースマイグレーションの準備を行うスキル。バックアップの作成と差分マイグレーションファイルの生成を実施します。ユーザーが「マイグレーションを準備」「バックアップと差分を作成」「マイグレーションファイルを生成」などのリクエストをした際に使用します。