Skip to main content
Manusで任意のスキルを実行
ワンクリックで
daddia
GitHub クリエイタープロフィール

daddia

4 件の GitHub リポジトリにある 178 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
178
リポジトリ
4
更新
2026-07-19
リポジトリエクスプローラー

リポジトリと代表的な skills

auto-updater
その他コンピュータ職

Check installed community skills for updates. Shows a diff and requires explicit approval before applying. Use when the user says "check for updates", "update my skills", "anything new for my installed skills", or when invoked from the registry-sync agent.

2026-07-01
practice-setup
その他コンピュータ職

Engagement-profile interview that recommends and installs a starter pack of community strategy skills. This IS the practice setup for the whole ecosystem — it asks what kind of strategist you are and recommends what to install first. Use on fresh install, when the user says "get me started" or "what should I install", or to re-run the integration-availability check after adding or removing an MCP connector.

2026-07-01
skill-installer
その他コンピュータ職

Install a community skill from a watched registry. Reads the allowlist first, fetches, shows the RAW SKILL.md (not just a summary), runs structural trust checks, runs skills-qa, and only writes files after explicit user approval. Use when the user says "install [skill]", picks install from browse, or provides a direct skill URL.

2026-07-01
skills-qa
その他コンピュータ職

Evaluate a skill against the Strategy Skill Design Framework — thirteen design parameters (including trust-surface, freshness, schema validation, and conflict detection), three strategy-specific failure modes, and a three-band verdict (Ready / Some Concern / Material Concerns). Use when deciding whether to trust a community skill before installing it, before deploying a first-party skill to your team, or whenever the user asks "should I trust this?" or "is this skill well-designed?". Runs automatically as part of /strategy-builder-hub:skill-installer.

2026-07-01
allocate-resources
プロジェクト管理専門家

This skill should be used when the user asks to "review our resource allocation," "are we funding the right things," "build a portfolio allocation view," or needs current spend, headcount, or management attention checked against strategic priority for misallocation.

2026-07-01
synergy-stress-test
財務・投資アナリスト

This skill should be used when the user asks to "stress-test these synergies," "is this deal's synergy case realistic," or has a deal or partnership's projected synergies that need cost/revenue separation, evidence checks, and a base-rate haircut.

2026-07-01
performance-narrative
プロジェクト管理専門家

This skill should be used when the user asks to "turn these numbers into a narrative," "write up our performance for the board," or provides metrics or tracker results that need to become a readable, BLUF-structured narrative rather than a table of numbers.

2026-07-01
tracker-builder
財務・投資アナリスト

This skill should be used when the user asks to "build me a metrics tracker," "wire up a daily log to the summary sheet," "create a performance tracker spreadsheet," or needs an actual spreadsheet built that replicates a Daily Log / summary-sheet pattern with formulas wired between tabs.

2026-07-01
このリポジトリの収集済み skills 82 件中、上位 8 件を表示しています。
refine-docs
ソフトウェア開発者

Documents the sprint-end refinement session: promotes WP-local ADR candidates into solution.md, archives superseded work-package design sections, and produces a refine-session.md recording every decision made. Use when the user mentions "refine docs", "promote ADRs", or "end of sprint cleanup". Do NOT use before implementation is complete — use implement first. Do NOT use to review docs before a sprint — use review-docs for that.

2026-05-21
write-adr
ソフトウェア開発者

Documents a consequential architecture decision as an ADR-NNNN.md file. Use when the user mentions "write an ADR", "document this architecture decision", "ADR for {choice}", or "record the decision about {topic}". Covers the context, options considered, decision, and consequences. Do NOT use to identify which decisions need ADRs — use plan-adr first. Do NOT use to review a draft ADR — use review-adr.

2026-05-21
write-backlog
プロジェクト管理専門家

Drafts a domain-level or work-package backlog.md. Use when the user mentions "backlog", "epic list", "stories", "decompose", or "write the backlog for {domain}". Domain scope defaults to the Now phase only — use --depth full for all phases. Work-package scope produces EARS + Gherkin acceptance criteria per the canonical story schema. Do NOT use for solution architecture — use write-solution. Do NOT use for roadmaps — use write-roadmap.

2026-05-21
write-product
プロジェクト管理専門家

Drafts product.md at portfolio, product, or domain scope. Portfolio scope binds multiple products with thesis, sequencing, and commercial model. Product scope produces a pitch (Phase 0, ≤2 pages) or full strategy (Phase 2+, ≤5 pages). Use when the user mentions "product doc", "PRD", "product strategy", or "what are we building". Do NOT include tech stack — use write-solution. Do NOT use for roadmaps — use write-roadmap. Do NOT review an existing strategy — use review-product.

2026-05-21
write-solution
ソフトウェア開発者

Drafts solution.md in stub mode (Phase 0, two sections) or full arc42-lite mode (Phase 2+, ten sections). Use when the user mentions "solution design", "architecture", "how will this work", or "what should we build". Stub mode produces a Phase 0 anchor with [NEEDS CLARIFICATION] placeholders; full mode reverse-engineers the architecture from a shipped walking skeleton. Do NOT use for business strategy — use write-product. Do NOT use for sprint TDD — use write-wp-design.

2026-05-21
write-tech-stack
ソフトウェア開発者

Drafts tech-stack.md defining the technology choices for a product or domain, with rationale and trade-offs for each decision. Use when the user mentions "define the tech stack", "document technology choices", "tech stack for {product}", or "what technology should we use". Do NOT use for full solution architecture — use write-solution. Do NOT use for individual technical decisions — use write-adr for consequential choices.

2026-05-21
refine-docs
ソフトウェア開発者

Documents the sprint-end refinement session: promotes WP-local ADR candidates into solution.md, archives superseded work-package design sections, and produces a refine-session.md recording every decision made. Use when the user mentions "refine docs", "promote ADRs", or "end of sprint cleanup". Do NOT use before implementation is complete — use implement first. Do NOT use to review docs before a sprint — use review-docs for that.

2026-05-21
review-codebase
ソフトウェア品質保証アナリスト・テスター

Performs a comprehensive, first-principles audit of a codebase as a Senior Software Architect. Use when the user mentions "review the codebase", "audit the repo", "check the overall code quality", or "give me a health check on {repo}". Produces a prioritised finding list with file-level evidence. Do NOT use for a single PR diff — use review-code for that. Do NOT use for design documents — use review-solution for that.

2026-05-21
このリポジトリの収集済み skills 58 件中、上位 8 件を表示しています。
design
ソフトウェア開発者

Use when the user wants epic-level technical design at docs/work/{epic}/design.md, walking-skeleton or TDD design, or design review before tasks. Pass epic slug or ID (CHK01). Cite solution.md — do not re-narrate architecture. Triggers on "design CHK01", "write the epic design", "how should we build this epic", "review the design before tasks". Do NOT use for epics or stories (tasks), task Gherkin (tasks), system-wide architecture (solution), ADR write (adr), code implementation (implement), or reviewing a set of documents for quality and consistency (docs-review).

2026-07-19
adr
ソフトウェア開発者

Use when the user wants ADR register planning, writing ADR-NNNN files, or ADR review under docs/architecture/decisions/. Triggers on "do we need an ADR", "write ADR-0007", "record this decision", "what decisions need making", "harvest ADRs from this epic". Do NOT use for full architecture narrative (solution), epic design (design), or product strategy (product). Proposals stay in register.md only until accepted.

2026-07-19
backlog-refine
プロジェクト管理専門家

Use to groom an existing backlog or judge whether a breakdown is ready to commit to — reprioritise, split oversized epics or stories, re-estimate, defer misaligned items, and check sprint readiness of docs/product/backlog.md or docs/work/{epic}/tasks.md. Triggers on "groom the backlog", "refine the backlog", "is this sprint-ready", "are these stories ready", "reprioritise", "this epic is too big", "clean up the backlog". Amends in place and reports a verdict. Do NOT use to create a backlog or write new stories and tasks (tasks), plan a sprint (sprint-planning), review a finished sprint (sprint-retro), or verify an epic against its acceptance criteria (validate).

2026-07-19
merge-request-review
ソフトウェア品質保証アナリスト・テスター

Use when the user is the reviewer of a merge request or pull request and wants it reviewed and the verdict published to the provider — inline comments on the right lines, threads resolved or replied to, and an approve / request-changes / comment decision. Handles first reviews and re-review rounds after the author pushes. Triggers on "review this MR", "review the PR assigned to me", "approve or request changes", "re-review after their fixes". Works with any codebase and any git provider — GitHub, GitLab, or Bitbucket — using MCP tools where available, provider CLIs otherwise. Do NOT use to review your own working diff before opening an MR (code-review), to open or babysit an MR (merge-request), or to implement changes (implement).

2026-07-19
product
プロジェクト管理専門家

Use when the user wants a product strategy doc, PRD, pitch, vision, personas, or outcomes at docs/product/product.md. Two modes: write (draft or re-author) and review (critique, update for currency, amend in place). Triggers on "write the PRD", "draft a product pitch", "who are our personas", "review the product strategy", "is this strategy still current". Do NOT use for phased delivery plan (roadmap), epics or backlog (tasks), architecture (solution), tasks or Gherkin (tasks), or implementation (implement).

2026-07-19
ralph-loop-setup
プロジェクト管理専門家

Use to seed or configure a Ralph loop before running it: choose a preset (engineering delivery for an epic, ad-hoc for a single repeating prompt, or custom steps), resolve the environment, set the completion promise and iteration budget, and write the loop files. Triggers on "set up a ralph loop", "configure a ralph loop", "ralph-loop-setup", or naming an epic to loop over. Do NOT use to start, inspect, or stop a loop (ralph-loop) — setup never executes loop steps.

2026-07-19
roadmap
プロジェクト管理専門家

Use when the user wants outcome-based delivery phases, exit criteria, or roadmap review at docs/product/roadmap.md. Two modes: write (draft or re-sequence) and review (judge credibility, record delivery evidence, amend in place). Triggers on "build the roadmap", "what are our delivery phases", "phase exit criteria", "is this roadmap credible", "did we hit the phase gate". Requires product.md for write. Do NOT use for epic breakdown or work paths (tasks), PRD (product), per-epic design (design), tasks (tasks), or architecture detail (solution).

2026-07-19
skills-index
その他コンピュータ職

Use when the user asks which skill to use, how to start delivery, or what to do next without naming a skill. Routes to product, backlog, tasks, design, etc. Triggers on "which skill should I use", "what can I do here", "how do I start", "what's next", "where do I begin". Do NOT produce artefacts or implement code — only recommend skill and mode.

2026-07-19
このリポジトリの収集済み skills 23 件中、上位 8 件を表示しています。
assistant-setup
その他コンピュータ職

Onboarding for the assistant plugin. Activate when the user says "/assistant:setup", "set me up", "configure my assistant", "help me get started", or when no profile exists per rules/paths.md. Writes profile, policies, memory (AGENTS.md hot cache + memory/ tree), and install config.

2026-07-13
calendar-scheduling
一般事務員

Propose meeting times, check conflicts, protect calendar time with buffer/prep/follow-up/habit blocks, and draft invites and scheduling replies. Activate when the user asks to schedule something, find a time, check for conflicts, protect their calendar, or draft an invite. Proposes and drafts only — never books, moves, or declines without approval.

2026-07-13
daily-brief
一般事務員

A short, scannable morning briefing — today's calendar, priority unread, follow-ups going cold, and what needs attention. Activate when the user says "/assistant:brief", "morning briefing", "what's my day look like", or on a morning schedule.

2026-07-13
meeting-prep
一般事務員

Produce a pre-meeting brief — who's in the room, what they do, last contact, and what to prepare. Activate when the user says "/assistant:meeting prep", "prep me for my next meeting", "who am I meeting", or on a meeting-prep schedule.

2026-07-13
email-drafting
一般事務員

Draft email, chat, and letter replies in the user's own voice. Activate when triaging needs-reply mail, when the user says "/assistant:draft email|chat|letter", "/assistant:email draft", "draft a reply", or pastes a message they need to answer. Creates drafts only — never sends.

2026-07-13
email-feedback
一般事務員

Capture feedback on email reply drafts and propose profile voice updates. Activate when the user says "/assistant:email feedback", rates a draft as good, light edit, or heavy rewrite, or pastes what they actually sent after editing a draft. Proposes profile diffs for approval — never writes profile.md directly.

2026-07-13
inbox-triage
一般事務員

Sort recent email into needs-reply / FYI / marketing / VIP buckets and summarise long threads. Activate when the user says "/assistant:inbox", "/assistant:inbox triage", "/assistant:inbox sweep", "triage my inbox", "sweep my mail", "what needs a reply", or asks what's in their inbox. Works on a connected mailbox or on pasted threads.

2026-07-13
schedule-setup
その他コンピュータ職

Walk the user through creating the packaged Cowork scheduled tasks (morning briefing, inbox sweep, meeting-prep watcher, follow-up watcher, weekly review). Activate on "/assistant:schedules", "set up my scheduled tasks", "automate my briefing", or "run this every morning".

2026-07-13
このリポジトリの収集済み skills 15 件中、上位 8 件を表示しています。
4 件中 4 件のリポジトリを表示
すべてのリポジトリを表示しました