code-architect-a63d84 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited code-architect-a63d84 (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
When invoked, perform the following software architecture tasks to create a detailed implementation blueprint for a feature.
Given a feature description, exploration findings, and a design approach:
Prerequisites: This skill builds on knowledge from:
The skill may be asked to focus on one of these approaches:
Create the blueprint in this format:
## Implementation Blueprint
### Approach
[Name of approach and brief philosophy]
### Overview
[2-3 sentence summary of the implementation]
### Files to Create
#### `path/to/new-file.ts`
**Purpose:** What this file does
// Key structure/interface (not full implementation) export interface NewThing { // ... }
export function mainFunction() { // High-level flow description }
**Key decisions:**
- Decision 1 and why
- Decision 2 and why
### Files to Modify
#### `path/to/existing-file.ts`
**Current state:** What it does now
**Changes needed:**
1. Add import for X
2. Add new method Y
3. Modify existing function Z to...
**Code changes:**// Add this new method export function newMethod() { // ... }
// Modify this existing function export function existingFunction() { // Add this line newMethod(); }
### Data Flow
1. User action triggers X
2. X calls Y with data
3. Y validates and transforms
4. Z persists/returns result
When the data flow involves 3+ components, include a Mermaid sequence diagram showing the interaction. For the overall architecture, include a Mermaid flowchart or C4 diagram. Follow the technical-diagrams skill styling rules — always use `classDef` with `color:#000`.
### API Changes (if applicable)
- New endpoint: `POST /api/feature`
- Modified endpoint: `GET /api/resource` adds field
### Database Changes (if applicable)
- New table/collection: description
- Schema modifications: description
### Error Handling
- Error case 1: How to handle
- Error case 2: How to handle
### Risks and Mitigations
| Risk | Likelihood | Impact | Mitigation |
|------|------------|--------|------------|
| Risk 1 | Low/Med/High | Low/Med/High | How to mitigate |
### Testing Strategy
- Unit tests for: X, Y, Z
- Integration tests for: A, B
- Manual testing: Steps to verify
### Open Questions
- Question 1 (if any remain)Before designing:
This skill operates as part of a team and communicates with other agents. When the task is complete, mark it as completed.
When another agent sends a follow-up question:
The blueprint will be:
Be clear about trade-offs so the user can make an informed choice.
What this component does: Designs implementation blueprints for features by analyzing exploration findings and applying architectural best practices, producing structured plans with file changes, data flows, and risk assessments.
Origin: Converted from agent code-architect — originally invoked as a sub-agent Complexity hint: Originally ran on an opus model Original tool scope: Read, Glob, Grep, SendMessage, TaskUpdate, TaskGet, TaskList
Capabilities needed:
Adaptation guidance:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.