Skip to content

v1.4.0 — extensible local studio and project workspaces

Choose a tag to compare

@fedenegro fedenegro released this 26 Jul 14:28
9c3e47a

Architecture Studio v1.4.0 turns the plugin into an extensible, local-first studio framework while keeping its bundled AEC skills and agents as working reference implementations.

Highlights

  • Introduces user-owned studio and project workspaces through /as:studio and /as:project.
  • Adds firm- and project-specific extension points for skills created with /as:skill-maker.
  • Adds linked project records for work plans, meeting minutes, site visits, tasks, decisions, and user-confirmed time.
  • Replaces Google Sheets persistence with portable project-local CSV contracts.
  • Adds reviewed feedback and optional, privacy-disclosed update checking.
  • Shortens the plugin identity and public command namespace to as.

Breaking migration

v1.3 users must update the marketplace, uninstall the former plugin identity, install the new identity, and reload plugins or restart Claude Code:

claude plugin marketplace update skills-for-architects
claude plugin uninstall architecture-studio@skills-for-architects
claude plugin install as@skills-for-architects

Reinstalling changes plugin code only. It does not delete or rewrite user-owned projects, records, studio files, or custom skills.

Existing projects with a v1.x PROJECT.md Decisions table can be migrated separately with /as:project migrate after reviewing the proposed changes.

See the README for installation and migration guidance and the changelog for the complete release record.