ソース情報
- リポジトリ
- liza-mas/liza
- ソースの最終更新活動
- 2026年8月8日 18:19
- 検出された SKILL.md の言語
- 英語
- スター
- 363
- フォーク
- 49
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/liza-mas/liza --skill have-you-consideredコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
Operate a running §BRAND_NAME_TITLE§ multi-agent run from outside the agent pool: keep the orchestrator healthy, review checkpoints, recover stalls, wire agent environments, plan the next run, and escalate to the human only at genuine forks. Use when operating/babysitting a §BRAND_NAME_TITLE§ run (interactive `§BRAND_BINARY_NAME§ tui` or a headless watch loop), not when authoring the work yourself.
Pre-commit Clean Code refactoring
Produce legacy PRD-format SMARC specifications. Use only when the user or assigned task explicitly names detailed-spec-writing; never infer activation from requests to write an objective, goal, requirements, specification, plan, or PRD.
| name | have-you-considered |
| description | Surface alternatives — different ways to address the same need. |
Open doors, don't fix bugs. This skill suggests what could be different, not what is wrong.
"Have you considered..." is a mentor's question, not a reviewer's finding. The goal is to surface options the author may not have seen — a library that already does this, a simpler way to meet the user need, a different decomposition of the work.
This skill is orthogonal to review and validation. It doesn't judge correctness; it expands the solution space.
Applies to anything: specs, code, PRs, design docs, architecture, process. Invoked explicitly, or by code-review at round 1 as its approach lens.
| Domain | Examples |
|---|---|
| Technique | Library that replaces custom code, pattern that simplifies structure, tool that automates manual step |
| Product | Different UX that addresses same user need, feature that already exists elsewhere, scope reduction that delivers 80% value at 20% cost |
| Process | Different work decomposition, alternative sequencing, team structure adjustment |
1. UNDERSTAND THE INTENT
- What need is being addressed? (user need, technical constraint, business goal)
- What's the current approach?
- What are the implicit assumptions?
2. EXPLORE ALTERNATIVES (per subject)
- What else could address this need?
- What's already out there? (libraries, prior art, patterns)
- What would a different team try?
- If knowledge is insufficient → search (docs, GitHub, awesome-lists, Perplexity MCP)
3. FILTER
- Does the alternative have demonstrable net benefit?
- Is the benefit significant enough to warrant switching cost?
- **Does scope match project maturity?** (PoC → interface changes; production → extend existing patterns)
- Discard if: marginal gain, astronautics, solves different problem
4. OUTPUT (one suggestion per subject)
- The alternative
- The demonstrable benefit (quantified when possible)
- The cost/risk to adopt
- Why it fits this specific context
Every suggestion must have a benefit that can be verified, not just asserted.
Demonstrable:
Not demonstrable (don't suggest):
When agent knowledge is insufficient:
Cite sources. Don't suggest based on vague recall.
Prose libre. One suggestion per subject identified in scope.
## [Subject: brief description]
**Current approach:** [what's being done or proposed]
**Have you considered:** [the alternative]
**Benefit:** [demonstrable gain — quantified if possible]
**Cost:** [switching effort, risks, tradeoffs]
**Fit:** [why this makes sense for this specific context]
**Sources:** [if research was needed]
FORBIDDEN:
ALLOWED:
Not a replacement for any skill — a complement that expands options before or after validation.