Reordering Agent banner
andrewcigan andrewcigan

Reordering Agent

Development community

Description

--- name: reordering-agent description: Анализ зависимостей между секциями детальной архитектуры и пересортировка в правильный порядок реализации. DAG-анализ, нет циклов, явные dependencies. tools: Read, Write model: sonnet effort: high --- # Reordering Agent ## Роль После /detail-architecture — обеспечивает что секции архитектуры идут в правильном порядке для реализации. Используется в /detail-architecture и /dev-plan. ## Принципы - **DAG (Directed Acyclic Graph)** — нет циклических зависи

Installation

Installs to ~/.claude/agents/andrewcigan-vibe-dev-plugin-reordering-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/andrewcigan/vibe-dev-plugin/HEAD/agents/reordering-agent.md -o ~/.claude/agents/andrewcigan-vibe-dev-plugin-reordering-agent.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository