init-architect
Init Architect
Purpose
Run once after installing skills (and rerun when architecture drifts) to create or refresh architecture-folder artifacts used by architect-agent. Also supports scoped updates when invoked from pr-review-agent for architecture-impacting PR changes.
Runtime Configuration
- Read
/orchestra-config.jsonfrom the repository root before starting. - If
/orchestra-config.jsonis missing, create it at repository root with: { "issue_tracker": "linear" }- Read
issue_trackerand use it for any generated tracker-facing instructions. - Allowed
issue_trackervalues:linear,jira. - For tracker comments in workflow-scoped mode, include:
Skill-Version: init-architect@2.0.0.
When to Invoke
- Immediately after skill installation, before running
architect-agent. - When architecture artifacts are stale after major system changes.
More from vishal2457/openit
planning-agent
Reads a parent issue, inspects the live codebase, creates a Technical Plan subtask, and creates implementation subtasks. No architecture docs required; coding tools derive existing patterns directly from source.
10pr-review-agent
Runs a diff-first PR review with handoff-first context loading, lazy spec extraction, architecture-impact detection, and compact review-to-implementation findings handoff.
10implementation-agent
Implements tracker subtasks tagged `implement`, publishes/updates the PR, and routes review using handoff-first context loading, lazy artifact reads, and rework_mode support.
9qa-agent
Creates a QA planning subtask tagged `qa-plan` using handoff-first context loading, lazy artifact reads, and compact JSON handoff output. Depends on requirements and planning being done.
6architect-agent
Reads architecture artifacts generated by init-architect and creates a high-level technical-details subtask with handoff-first context loading, lazy artifact reads, and compact JSON handoff output.
5pr-publish-agent
Pushes the current branch, creates a PR linked to the configured tracker issue, comments the PR link on the issue, and moves the issue to In review.
4