atris

Enforce Atris workflow policies for MAP, TODO, journals, and plan-do-review.

67|3|Updated Oct 20, 2025
One-click install
npx skills add https://github.com/atrislabs/atris --skill atris
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: atris
Source: https://github.com/atrislabs/atris/tree/main/.claude/skills/atris
Command: npx skills add https://github.com/atrislabs/atris --skill atris

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates workspace navigation for coding agents by prioritizing MAP.md references, updating MAP when needed, and guiding task flow.

Core Features & Use Cases

  • MAPFIRST: Always check atris/MAP.md before searching
  • Read PERSONA.md to understand context
  • Check MAP.md for file:line refs
  • Update TODO.md when tasks are started or completed

Quick Start

Example: Start a project by running atris atris.md to load workspace, then use plan/do/review workflow.

Frequently Asked Questions about atris

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

FAQPage Schema
How do I enforce a disciplined workflow in my repository using MAP and task tracking?▼

MAP-first workflow enforces disciplined task planning by checking atris/MAP.md before starting work, updating TODO.md when tasks begin or complete, and following plan-do-review cycles. This ensures intent capture, approved execution steps, and consistent artifact updates across your repository.

What's the best way to organize workspace planning and daily task execution?▼

Organize using atris/ directory with MAP.md for file references and task scope, TODO.md for active and completed tasks, PERSONA.md for context, and daily journals for logging. This structure supports plan-first guidance, functional requirement tracking, and domain policy enforcement.

How do I set up and load an Atris workflow in my repository?▼

Load workspace by running atris atris.md to initialize the Atris flow, which reads atris/MAP.md for task definitions, atris/PERSONA.md for role context, and atris/TODO.md for execution tracking. This guides plan-do-review cycles and enforces anti-slop policies.

When should I use Atris workflow for coding projects?▼

Use Atris when you need disciplined adherence to planning before execution, consistent task tracking, and journal-based logging. It applies to repositories containing atris/ directory or when you explicitly request the workflow to prevent scope creep and enforce functional requirements.

What happens if I skip updating MAP.md or TODO.md during task execution?▼

Skipping updates breaks the plan-do-review cycle and loses artifact traceability, violating Atris anti-slop policies. MAP.md must reflect current scope and file references; TODO.md tracks execution state. Both are required for disciplined workflow enforcement and daily journal context.