build-goals
v4.0.0A focused toolkit for clarifying goals and delivering verifiable software artifacts.
By koco-co0 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 9 skill or MCP entries
- Source updated
- Aug 24, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add build-goals@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/koco-co/build-goalsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/build-agents-md/SKILL.md├── skills/build-plugin/SKILL.md├── skills/build-prd/SKILL.md├── skills/build-readme/SKILL.md├── skills/build-skill/SKILL.md├── skills/handoff/SKILL.md├── skills/health-check/SKILL.md├── skills/shape-idea/SKILL.md└── skills/vibe-coding/SKILL.md
Included Skills9
初始化或整体重构项目的 AGENTS.md,并以 CLAUDE.md 相对符号链接供 Claude Code 与 Codex 共用;项目指令缺失、链接异常或与仓库事实冲突时使用,不用于普通文档、CI 或测试框架建设。
创建、升级或迁移 Claude Code、Codex 等 Agent Plugin;任务涉及 Plugin 打包、平台适配、安装或分发时使用,单独构建 Skill 或普通代码时不使用。
将已有项目的对外行为或产品想法整理为可跨项目复制、包含真实输入输出与行为样例的需求包;用户要求正式需求包,或已启动的 vibe-coding 流程缺少合格需求包时使用,不用于技术架构、实施任务或普通代码修改。
新建或更新项目 README.md;用户要求 README,或 README 缺失、与稳定项目事实不一致时使用,不用于普通文档润色、代码开发或发布。
从零构建、升级或重构通用 Skill 与项目级 Agent Skill;任务明确涉及 Agent Skill 时使用,不用于 Plugin 打包分发、普通提示词润色或一般编码任务。
将当前对话整理为精简交接文档和可复制的接续提示词;用户要求交接,或工作必须切换会话、客户端或环境时使用,不用于普通总结。
对项目的 Agent Skill、Plugin、README、AGENTS.md/CLAUDE.md 与正式 PRD 需求包进行统一健康检查;用户要求项目健康检查,或上层项目流程需要基线、就绪或交付复核时使用,不用于代码质量、安全、依赖、测试覆盖率、CI 或性能审计。
通过逐轮提问与事实核查完善初步想法;目标、范围或关键取舍尚不明确且需要用户决策时使用,目标明确、普通问答、评审或直接实施时不使用。
依据已确认的 docs/产品需求/ 需求包新建项目、按用户指定范围参考旧项目、续建现有项目,或实施现有项目的架构与技术栈迁移;经过架构方案和整体实施路线两次全局确认,以 TDD、多 Agent 和可选 Git worktrees 按功能域交付并完成全链路验收。
Plugin manifests2
{
"name": "build-goals",
"version": "4.0.0",
"description": "A focused toolkit for clarifying goals and delivering verifiable software artifacts.",
"author": {
"name": "koco-co",
"url": "https://github.com/koco-co"
},
"homepage": "https://github.com/koco-co/build-goals",
"repository": "https://github.com/koco-co/build-goals",
"keywords": [
"agent-skills",
"codex",
"claude-code",
"plugin-development",
"product-requirements",
"readme-generation",
"agents-md",
"vibe-coding",
"software-delivery",
"multi-agent-development",
"tdd"
],
"skills": "./skills/",
"interface": {
"displayName": "Build Goals",
"shortDescription": "Clarify goals and deliver verifiable software artifacts",
"longDescription": "A focused toolkit that turns clarified goals and repository facts into verifiable Agent Skills, plugins, requirement packages, project documentation, and software projects.",
"developerName": "koco-co",
"category": "Productivity",
"capabilities": [
"Read",
"Write",
"Web Research"
],
"websiteURL": "https://github.com/koco-co/build-goals",
"defaultPrompt": [
"Use shape-idea to turn a rough idea into a clear scope with fully resolved decisions.",
"Use health-check to inspect a project's Agent Skills, plugin packaging, README, project instructions, and formal requirement package; report findings first, then repair and recheck after confirmation.",
"Use build-skill or build-plugin to create a verifiable Agent capability.",
"Use build-prd to produce a research-backed, domain-sliced product requirement package with representative inputs, outputs, behavior samples, and acceptance contracts.",
"Use vibe-coding to build from a confirmed requirement snapshot, optionally reference only user-authorized parts of an old project, continue an existing project, or migrate its architecture through two global approvals, TDD, multi-agent delivery, and cross-domain validation.",
"Use build-readme to explore a repository and create or update its GitHub README after a confirmed preview.",
"Use build-agents-md to initialize or fully restructure AGENTS.md and its CLAUDE.md single-source link after a confirmed full preview, or handoff to prepare the next session."
],
"brandColor": "#111827"
}
}{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "build-goals",
"displayName": "Build Goals",
"version": "4.0.0",
"description": "Clarify goals and deliver verifiable Agent Skills, plugins, requirement packages, project documentation, and software projects.",
"author": {
"name": "koco-co",
"url": "https://github.com/koco-co"
},
"homepage": "https://github.com/koco-co/build-goals",
"repository": "https://github.com/koco-co/build-goals",
"keywords": [
"agent-skills",
"claude-code",
"codex",
"plugin-development",
"product-requirements",
"readme-generation",
"agents-md",
"vibe-coding",
"software-delivery",
"multi-agent-development",
"tdd"
],
"skills": "./skills/"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[build-goals on Agent Plugins Marketplace](https://pluginsmp.com/plugins/build-goals)