1.2 KiB
1.2 KiB
Changelog
[Unreleased] - 2026-01-26
Breaking Changes
- agent-architect → workflow-architect: The agent-architect skill has been renamed to workflow-architect. It now teaches creating workflow documents for general-purpose subagents instead of creating custom agent files.
- agents/ directory removed: Custom agent files are no longer used. Skills dispatch general-purpose subagents with workflow documents.
- commands/ directory removed: Standalone commands are deprecated. All functionality is accessed via skills (
/skill-name).
Changed
- slash-command-architect: Now marked as legacy-maintenance only. For new functionality, use skill-architect to create skills instead.
- SKILL.md files condensed: Reduced from ~40-55 lines to ~13-17 lines. Theory removed, workflow routing preserved.
- Workflow files condensed: Reduced by ~38% on average. Goal/Why sections removed, step sequences and templates preserved.
- Task tool invocations: Changed to use Skill tool with
/description-architectinstead of invoking custom agents.
Migration Details
- Aligned with
references/plugin-architecture-philosophy.md - Backup available at
~/dev/backup/cc-architect-2026-01-25/(delete after 2026-03-25)