architect

Orchestrate codebase refactor planning and delegate implementation tasks to subagents.

55|38|Updated Sep 26, 2018
One-click install
npx skills add https://github.com/Advance-Technologies-Foundation/clio --skill architect-advance-technologies-foundation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: architect
Source: https://github.com/Advance-Technologies-Foundation/clio/tree/main/.claude/skills/architect
Command: npx skills add https://github.com/Advance-Technologies-Foundation/clio --skill architect-advance-technologies-foundation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill unit provides a conversational interface for exploring and planning codebase changes, refactoring, and implementation supervision, without direct code editing.

Core Features & Use Cases

  • Codebase Investigation: Engage in discussions about the codebase, proposing refactor ideas and reasoning about design options.
  • Implementation Orchestration: Delegate implementation tasks to subagents one unit at a time, ensuring a sequential approach and code review.
  • Use Case: When you need to plan a large refactor or a complex change, the Architect can guide you through the process, ensuring that all changes are considered and implemented safely.

Quick Start

Start the Architect mode to discuss a planned refactor for your Clio codebase.

Frequently Asked Questions about architect

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

FAQPage Schema
How do I plan a large codebase refactor without directly editing code?

To plan a codebase refactor without editing code, use a conversational orchestration interface to investigate the codebase, analyze impact, and delegate implementation tasks sequentially to subagents, ensuring changes are considered and implemented safely.

What is conversational orchestration for codebase investigation?

Conversational orchestration for codebase investigation is a process of discussing refactor ideas and reasoning about design options interactively, guiding planning for complex changes without requiring direct manual code editing.

How do you delegate implementation tasks sequentially during a refactor?

You delegate implementation tasks sequentially by routing one unit of work at a time to coder subagents, ensuring each step is reviewed before moving to the next to maintain safe implementation.

Do I need a mandatory code review before creating a PR for refactoring?

Yes, a mandatory code review is required before PR creation during refactoring, ensuring all delegated implementation tasks meet project-specific coding and design rules before integration.

Can I use conversational AI to supervise complex implementation changes?

Yes, you can use conversational AI to supervise complex implementation changes by orchestrating the workflow, handling impact analysis, and delegating tasks to subagents while enforcing project-specific design rules.