al-agentic-dev-overview

Emits a static orientation document describing the al-agentic-dev plugin pipeline and skill catalogue.

4|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/FBakkensen/bc-agentic-dev-tools-marketplace --skill al-agentic-dev-overview-fbakkensen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: al-agentic-dev-overview
Source: https://github.com/FBakkensen/bc-agentic-dev-tools-marketplace/tree/main/plugins/al-agentic-dev/skills/al-agentic-dev-overview
Command: npx skills add https://github.com/FBakkensen/bc-agentic-dev-tools-marketplace --skill al-agentic-dev-overview-fbakkensen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? New users of the al-agentic-dev plugin for Business Central AL development lack a single entry point explaining what the plugin contains, how its 19 skills fit into a pipeline, and where to start from scratch. ## Core Features & Use Cases - Plugin Tour: Reads the bundled overview reference and emits it verbatim, covering the pipeline diagram, the 19-skill catalogue, subagent prompt blocks, and persistence layers. - Cold-Start Guidance: Answers questions like "what is al-agentic-dev", "what skills are in here", and "where do I start from scratch" without inspecting any repository state. - Routing Boundary: Distinguishes orientation requests from state-aware navigation, deferring "what should I do next" prompts to the /al-steer dispatcher. - Use Case: A developer who just installed the plugin asks "show me the pipeline" and receives the full static overview document immediately. ## Quick Start Ask the assistant to show the al-agentic-dev plugin overview and pipeline to receive the full orientation document.

Frequently Asked Questions about al-agentic-dev-overview

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I see what skills are in the al-agentic-dev plugin?

Invoke the al-agentic-dev-overview skill, which reads the bundled overview reference and emits it verbatim. The output includes the pipeline diagram, the full 19-skill catalogue, subagent prompt blocks, and persistence layers.

What is the al-agentic-dev plugin for Business Central?

It is a Claude Code plugin providing an agentic AL development stack: a skill pipeline covering design, scoping, implementation, review, and mutation, plus plugin agents and build/test gates. The overview skill gives the full tour.

Does the overview skill inspect my repository state?

No. It is a pure static emit that reads one reference file and writes nothing, inspecting no repo state. For state-aware guidance on what to do next in the current feature, use the /al-steer dispatcher instead.

When should I use /al-steer instead of the overview skill?

Use /al-steer when you need state-aware navigation mid-feature, such as asking what to do next or where you are in the pipeline. The overview skill only answers static questions about what the plugin contains.

Where do I start with al-agentic-dev from scratch?

Start with the overview skill for cold-start guidance covering the pipeline and skill catalogue. After orientation, the recommended next step is /al-steer for a state-aware read of your current feature.