com um clique
com um clique
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Launch Chrome with remote debugging port and connect agent_browser with --auto-connect. Use when you need to reuse the user's existing browser profile (cookies, logins, extensions) for authenticated browsing automation.
プロジェクトの初期化・設定に関するナレッジ
Verify application behavior for a requested scope and report QA results. Use when performing behavioral QA, exploratory E2E checks, test coverage review, or verification reports.
Execute browser operations as instructed and report page state. Use when navigating pages, clicking, filling forms, scrolling, checking page state, or performing other browser interactions without making decisions.
| name | handoff |
| description | コンテキスト圧迫時に次セッションへの引き継ぎファイルを作成する |
| disable-model-invocation | true |
| user-invocable | true |
| allowed-tools | Edit, Write, Bash(git diff:*), Bash(git status:*), Bash(git log:*) |
Write a handoff document summarising the current conversation so a fresh agent can continue the work. Save to the .agent/handoff.md.
Include a "suggested skills" section in the document, which suggests skills that the agent should invoke.
Do not duplicate content already captured in other artifacts (PRDs, plans, ADRs, issues, commits, diffs). Reference them by path or URL instead.
Redact any sensitive information, such as API keys, passwords, or personally identifiable information.
If the user passed arguments, treat them as a description of what the next session will focus on and tailor the doc accordingly.
- `.agent/handoff.md` is a TEMPORARY file — never commit it - If `.agent/handoff.md` already exists, READ it first and UPDATE it (preserve prior sessions, append new one) - Write in English for token efficiency (except user-facing communication)<quality_criteria>