文档

Agilebuilder Template Delivery

试用

Use AgileBuilder MCP for template-based project creation and document-constrained implementation. Trigger when the user asks to create, bootstrap, scaffold,...

它能做什么

Use AgileBuilder MCP as the default control plane for project creation and implementation work. Create projects from AgileBuilder templates whenever possible, and read AgileBuilder documents before making code changes.

技能文档

Agilebuilder Template Delivery

Overview

Use AgileBuilder MCP as the default control plane for project creation and implementation work. Create projects from AgileBuilder templates whenever possible, and read AgileBuilder documents before making code changes.

Project Creation Workflow

Follow this order whenever the user wants a new project, starter, scaffold, or repo:

  1. Read agilebuilder://usage/agent-policy.
  2. Discover candidate templates by calling listTemplates with no query, category, tag, or other filter parameters unless the user explicitly asks for a narrowed search.
  3. Prefer exact resourceId values returned by AgileBuilder over template names.
  4. Review the chosen template details before creation when there is any ambiguity.
  5. Create the project with AgileBuilder's template creation tool and an absolute target path.
  6. Follow returned next steps only after creation succeeds.

Do not manually scaffold a project if an AgileBuilder template can satisfy the request. Use manual scaffolding only when template discovery and template details show that AgileBuilder cannot meet the user's requested stack or structure.

Implementation Workflow

Follow this order whenever the task involves coding, refactoring, debugging, architecture changes, naming, stack choices, or delivery rules:

  1. Read agilebuilder://usage/agent-policy.
  2. Read agilebuilder://usage/guide.
  3. Read agilebuilder://docs/catalog.
  4. Inspect AgileBuilder MCP resources and identify relevant project documents.
  5. Read the documents that affect the task, especially coding standards, architecture rules, stack constraints, naming rules, and delivery requirements.
  6. Implement only after the relevant documents are understood.
  7. Verify the result against both the user request and the constraints found in AgileBuilder documents.

Treat AgileBuilder documents as required context, not optional context. If the current AgileBuilder space has no user documents, still read the system documents and then follow the user request plus any local repository constraints you can verify from the workspace.

Tooling Rules

  • Prefer AgileBuilder template tools over hand-written scaffolding for project creation.
  • When using AgileBuilder MCP to inspect available project templates, call listTemplates directly without passing search parameters by default.
  • Prefer exact resourceId values in follow-up template calls.
  • Use absolute paths for project creation targets.
  • Read AgileBuilder resources before writing code when the task can affect implementation details.
  • Surface conflicts explicitly if the user's request contradicts AgileBuilder documents instead of silently ignoring either source.
  • Preserve user requirements and repo-local conventions after reconciling them with AgileBuilder guidance.

Response Pattern

State which AgileBuilder resources were read when they materially affect the implementation. If a project is being created, mention which template was selected and why. If implementation proceeds without a template or without additional project documents, explain the concrete reason.

Checklist

  • Use AgileBuilder templates first for new projects.
  • Read AgileBuilder policy and guide before project creation or coding.
  • Read the document catalog before implementation.
  • Read relevant project documents before changing code.
  • Match the delivered result to both the user request and the documented constraints.

相关技能

通过托管 OAuth 访问 Microsoft Graph Excel 接口,读写 OneDrive 中的工作簿、工作表、区域、表格与图表。

作者 byungkyu800 次安装42 星标

通过 6551 REST API 查询 Twitter/X 用户资料、推文、粉丝事件与 KOL 数据。

作者 infra403840 次安装27 星标

通过 OAuth 认证网关管理 Stripe 客户、订阅、发票、产品、价格和支付。

作者 byungkyu720 次安装29 星标

通过一次 REST API 调用,向 10 个社交平台发布视频、图片、文字与文档。

作者 victorcavero14375 次安装50 星标

用 Python 自适应抓取网页,默认绕过反爬保护,支持从单次请求到大规模并发爬取。

作者 d4vinci399 次安装28 星标

agilebuilder 的更多技能

浏览全部技能

Collaborative workflow for converting a complete business project into a reusable base skeleton. Use when the user asks to remove business features, pages, o...

作者 agilebuilder2 次安装

Connect to remote Linux servers through SSH and execute commands non-interactively. Covers password authentication, key authentication, file transfer, and cr...

作者 agilebuilder1 次安装

Connect to and operate SiYuan Note through the siyuan-note-cli command-line tool, using notes as context for AI tasks. Use when the user asks to query, creat...

作者 agilebuilder

Manage Tencent Cloud CVM instances with the TCCLI command-line tool. Covers instance creation, querying, deletion, launch template management, price inquiry,...

作者 agilebuilder