Install
$ agentstack add skill-hlhr202-swe-skills-architect-status ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Architect Status
Use this skill to report the current status of an initialized Architect project. It can report projects with core context but no tracks yet, or read architect/tracks.md and track plans when proposal artifacts exist. It never modifies files.
Core Rules
- Follow the bundled resource
references/status-protocol.mdas the source of truth. - Use Architect terminology consistently:
architect/,/architect-*, andArchitect methodology. - This skill is read-only. Do not create, edit, move, delete, archive, or commit files.
- Architect-managed reads must stay under
architect/; do not follow absolute paths,.., or track links outsidearchitect/tracks/. - Validate each operation result before continuing. If a read or command fails, correct it once when the error is clear; otherwise stop and report the blocker.
- Parse registry and plan formats produced by
architect-proposeandarchitect-implement.
Execution
- Read the bundled resource
references/status-protocol.md. - Verify required Architect context files exist.
- If no track management artifacts exist, report setup-ready status and recommend
/architect-discuss. - Otherwise parse
architect/tracks.md. - Read each track's
plan.mdandmetadata.jsonwhen available. - Compute track and project progress.
- Report current work, next action, blockers, and completion percentage.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: hlhr202
- Source: hlhr202/swe-skills
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.