From zentao-plugin
Query ZenTao products and bugs through the local zentao CLI. Use when the user asks about ZenTao, ChanDao, products, bugs, or local zentao workflows.
npx claudepluginhub port-wind/marketplace --plugin zentao-pluginThis skill uses the workspace's default tool permissions.
Executes pre-written implementation plans: critically reviews, follows bite-sized steps exactly, runs verifications, tracks progress with checkpoints, uses git worktrees, stops on blockers.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Guides idea refinement into designs: explores context, asks questions one-by-one, proposes approaches, presents sections for approval, writes/review specs before coding.
Use this skill when the task is clearly about ZenTao or ChanDao.
Do not call plugin-local node scripts/... files from the user's project. In Cursor, commands run from the user's current workspace, so relative plugin paths are unreliable.
Always use the real zentao CLI directly:
zentao exists with command -v zentao.zentao is missing and the user wants setup, install @leeguoo/zentao-mcp with npm install -g @leeguoo/zentao-mcp.zentao ... commands for product and bug workflows.zentao login when whoami or another command shows a login/config problem.node and npm are installed locally@leeguoo/zentao-mcp globally if zentao is missing~/.config/zentao/config.toml/zentaocommand -v zentaonpm install -g @leeguoo/zentao-mcpzentao whoamizentao login~/.config/zentao/config.tomlzentao whoamizentao products listzentao bugs list --product <product_id>zentao bug get --id <bug_id>zentao bugs mine --status active --include-detailszentao self-test