Help us improve
Share bugs, ideas, or general feedback.
From openaccountants-tw
Front door — scope your tax question and get a ready plan with the right skills loaded.
npx claudepluginhub openaccountants/marketplace --plugin openaccountants-twHow this command is triggered — by the user, by Claude, or both
Slash command
/openaccountants-tw:startThe summary Claude sees in its command listing — used to decide when to auto-load this command
The user wants to start a tax/accounting workflow. If the user hasn't said what they want or which jurisdiction, ask them first. Then call `openaccountants` MCP `start` with: - intent: what they said (e.g. "VAT return", "tax filing", "formation", "find deductions") - jurisdiction: TW Walk through the returned `skills_to_load` and call `get_skill` for each. Apply the rules. Cite the skill slug. Hand off to the verifier when they're ready.
/startImplements Manus-style file-based planning for complex tasks by creating task_plan.md, findings.md, and progress.md. Supports automatic session recovery after /clear.
/startOrchestrates provided tasks using three agents (task-orchestrator, decomposer, dependency-analyzer) to generate execution plans, tracking directories, dependency graphs, and coordination documents.
/startOrchestrates provided tasks using three agents (task-orchestrator, decomposer, dependency-analyzer) to generate execution plans, tracking directories, dependency graphs, and coordination documents.
/startGuides ArcKit project onboarding via architecture-workflow skill, adapts to workflow focus (e.g., 'new project'), detects state, and recommends tailored command plan.
/startStarts ClaudeClaw heartbeat daemon: blocks home-dir starts, installs Bun/Node if needed, checks/runs interactive config for model, heartbeat, Telegram/Discord/security.
/startStarts interactive UI design session: interviews requirements, generates variations, collects feedback, iterates to refined design, produces implementation plan. Optional target argument.
Share bugs, ideas, or general feedback.
The user wants to start a tax/accounting workflow.
If the user hasn't said what they want or which jurisdiction, ask them first.
Then call openaccountants MCP start with:
Walk through the returned skills_to_load and call get_skill for each. Apply the rules. Cite the skill slug. Hand off to the verifier when they're ready.