From helloagents
Executes HelloAGENTS implementation workflow: recovers task context from scheme packages and state files, implements code changes per tasks.md, runs lint/test verification loops, syncs state for ~verify handover. Invoke via ~build.
npx claudepluginhub hellowind777/helloagents --plugin helloagentsThis skill uses the workspace's default tool permissions.
Trigger: ~build [description]
Structures dev planning workflow: clarifies requirements via dialogue, proposes/confirms 2-3 schemes, decomposes tasks, generates .helloagents/ plan packages (plan.md, tasks.md, contract.json). Trigger: ~plan.
Executes implementation plans from tasks.md files with plan review, batch task processing, verifications, and code review checkpoints.
Executes structured implementation plans precisely: implements specified changes only, updates checklists inline, runs tests, stops at plan's end. Use post-planning.
Share bugs, ideas, or general feedback.
Trigger: ~build [description]
~build 是执行实现命令。它负责读取现有需求、方案包与项目上下文,完成实现、局部验证、修复循环,并把结果交给后续验证与收尾。
执行 ~build 时,通用阶段边界按当前已加载的 HelloAGENTS 规则执行;本 skill 负责补充实现前定位、实现约束,以及进入 ~verify / 收尾前的实现边界。
.helloagents/ 在本 skill 中统一按项目级存储路径理解:状态文件只使用 state_path;会话证据使用当前 state_path 所在目录下的 artifacts/*.json;若 project_store_mode=repo-shared,知识库、DESIGN.md、verify.yaml 与方案包按当前上下文中已注入的项目知识/方案目录解析。
state_path,再用当前用户消息、活跃方案包 / PRD 与代码事实确认当前任务requirements.mdplan.mdtasks.mdcontract.jsontasks.md 中每个任务的“完成标准”当作本轮实现约束,不要只按任务标题猜测范围contract.json 存在时,优先按其中的 verifyMode、reviewerFocus、testerFocus 理解后续验证边界tasks.md 未完成项、contract.json 与 state_path 恢复实现位置;不要自动创建新 goal,也不要把 goal 目标原文替代方案包~build,或用户明确提出新增实现范围时,才继续 ~buildplan.md / PRD 中的 UI 决策 > 逻辑 .helloagents/DESIGN.md(实际路径按当前项目存储模式解析) > hello-ui 通用规则.helloagents/DESIGN.md 不存在,先按模板创建最小设计契约,再继续大规模实现如果 .helloagents/ 不存在:
.helloagents/ 与最小流程状态hello-verify SKILL.mdhello-review~verify~verify 与 HelloAGENTS 收尾,再标记 goal completeCHANGELOG.md、modules 文档与归档边界,按当前已加载的 HelloAGENTS 规则进入 VERIFY / CONSOLIDATE~build 内把仍未闭合的方案包整体报告为已完成