Install
openclaw skills install @agilebuilder/agilebuilder-template-deliveryUse AgileBuilder MCP for template-based project creation and document-constrained implementation. Trigger when the user asks to create, bootstrap, scaffold, or initialize a project with AgileBuilder templates, or when modifying code in a workspace explicitly governed by AgileBuilder. The agent should prefer AgileBuilder template tools for new projects, read AgileBuilder policy/guide/catalog and relevant project documents before coding, and reconcile user requirements with documented constraints.
openclaw skills install @agilebuilder/agilebuilder-template-deliveryUse 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.
Follow this order whenever the user wants a new project, starter, scaffold, or repo:
agilebuilder://usage/agent-policy.listTemplates with no query, category, tag, or other filter parameters unless the user explicitly asks for a narrowed search.resourceId values returned by AgileBuilder over template names.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.
Follow this order whenever the task involves coding, refactoring, debugging, architecture changes, naming, stack choices, or delivery rules:
agilebuilder://usage/agent-policy.agilebuilder://usage/guide.agilebuilder://docs/catalog.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.
listTemplates directly without passing search parameters by default.resourceId values in follow-up template calls.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.