Generate and edit Draw.io, Mermaid, and Excalidraw diagrams from natural language using a structured JSON spec.
Documents
Agilebuilder Template Delivery
Try itUse AgileBuilder MCP for template-based project creation and document-constrained implementation. Trigger when the user asks to create, bootstrap, scaffold,...
What it does
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.
The skill document
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:
- Read
agilebuilder://usage/agent-policy. - Discover candidate templates by calling
listTemplateswith no query, category, tag, or other filter parameters unless the user explicitly asks for a narrowed search. - Prefer exact
resourceIdvalues returned by AgileBuilder over template names. - Review the chosen template details before creation when there is any ambiguity.
- Create the project with AgileBuilder's template creation tool and an absolute target path.
- 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:
- Read
agilebuilder://usage/agent-policy. - Read
agilebuilder://usage/guide. - Read
agilebuilder://docs/catalog. - Inspect AgileBuilder MCP resources and identify relevant project documents.
- Read the documents that affect the task, especially coding standards, architecture rules, stack constraints, naming rules, and delivery requirements.
- Implement only after the relevant documents are understood.
- 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
listTemplatesdirectly without passing search parameters by default. - Prefer exact
resourceIdvalues 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.
Related skills
Join a video meeting as an AI bot with voice, avatar, and screenshare across four operating modes.
Read and write Excel workbooks, worksheets, ranges, tables, and charts in OneDrive through Microsoft Graph with managed OAuth.
Run Git operations — commits, branches, merges, rebases, conflict resolution, and recovery — with safety rules enforced.
Write, debug, and tune Playwright specs with locator strategy, trace diagnosis, and CI-aware timeouts.
Stores durable facts in a categorized, plain-markdown vault on disk, alongside your agent's built-in memory.
More from agilebuilder
Browse all skillsCollaborative workflow for converting a complete business project into a reusable base skeleton. Use when the user asks to remove business features, pages, o...
Connect to remote Linux servers through SSH and execute commands non-interactively. Covers password authentication, key authentication, file transfer, and cr...
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...
Manage Tencent Cloud CVM instances with the TCCLI command-line tool. Covers instance creation, querying, deletion, launch template management, price inquiry,...