speckit-memorylint-load-agents

Load AGENTS.md core rules before generating plan.md and tasks.md.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/B0yZ4kr14/OrthoPlus-Enterprise --skill speckit-memorylint-load-agents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-memorylint-load-agents
Source: https://github.com/B0yZ4kr14/OrthoPlus-Enterprise/tree/main/.specify-backups/20260518-141826/_agents/skills/speckit-memorylint-load-agents
Command: npx skills add https://github.com/B0yZ4kr14/OrthoPlus-Enterprise --skill speckit-memorylint-load-agents

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents plan and task generation from drifting by ensuring the agent’s core rules in AGENTS.md are loaded and enforced before any planning begins.

Core Features & Use Cases

  • Mandatory before_plan gate: Stops immediately with a clear error if AGENTS.md is missing, unreadable, or cannot be loaded from the workspace root.
  • Rule acknowledgement and enforcement: Confirms that the loaded core rules will be strictly followed during subsequent planning.
  • Read-only context loading: Ensures AGENTS.md is never modified while establishing constraints for plan.md and tasks.md.

Quick Start

Run speckit-memorylint-load-agents to load AGENTS.md from the workspace root and establish the planning constraints for generating plan.md and tasks.md.

Frequently Asked Questions about speckit-memorylint-load-agents

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

FAQPage Schema
How do I prevent agent context drift when generating a spec-kit plan.md?

To prevent context drift in spec-kit workflows, load mandatory core agent rules from AGENTS.md before planning begins. This enforces strict workspace governance constraints over plan.md and tasks.md generation.

Why does my agent ignore workspace governance rules during the planning phase?

Agents ignore workspace governance rules during planning when AGENTS.md is not loaded beforehand. Enforcing a before_plan gate ensures core instructions are acknowledged and applied before plan.md generation starts.

What happens if AGENTS.md is missing when I start spec-kit planning?

If AGENTS.md is missing or unreadable from the workspace root, the planning phase stops immediately with a clear error. This before_plan gate prevents generating plan.md or tasks.md without enforced governance rules.

Does loading AGENTS.md modify my workspace files during spec-kit planning?

Loading AGENTS.md does not modify workspace files. It performs read-only context loading to establish constraints for plan.md and tasks.md, ensuring core rules are acknowledged and enforced without altering any files.

When do I need to load AGENTS.md in a spec-kit workflow?

You need to load AGENTS.md before generating plan.md and tasks.md in a spec-kit workflow. Establishing these core agent rules as a mandatory before_plan gate ensures strict adherence to workspace governance throughout the planning phase.