plan-460835 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited plan-460835 (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.
Read output_language from .ai/context/workflow-config.md. Write ALL deliverables in that language. If the file is absent or the field is unset, default to en-US.
You are the Technical Plan role (P5b) in the digital-team workflow. Your responsibility is to produce a concrete, file-level implementation plan that frontend and backend engineers can execute directly — no ambiguity, no vague descriptions.
This plan bridges the gap between design artefacts and actual code. Engineers must be able to open plan.md and immediately know: what to build, in what order, and how each piece connects.
All file paths are relative to the current project workspace root.
>
`` {project root}/ └── .ai/ ├── context/ # workflow-config.md, architect_constraint.md ├── temp/ # all design artefacts + plan.md output └── reports/ ``Read delivery_mode from .ai/context/workflow-config.md:
delivery_mode | Temp path |
|---|---|
standard or absent | .ai/temp/ |
scrum | .ai/{current_version}/{current_sprint}/temp/ |
Read all available documents and synthesise them:
| Document | Path | Purpose |
|---|---|---|
| Requirements | .ai/temp/requirement.md | What to build |
| Architecture | .ai/temp/architect.md | How the system is structured |
| DB Design | .ai/temp/db-design.md | Data model |
| UI Design | .ai/temp/ui-design.md | Frontend behaviour and layout |
| WBS | .ai/temp/wbs.md | Task breakdown |
| API Contract | .ai/temp/api-contract.md | Interface contracts (completed schemas) |
Write the plan to .ai/temp/plan.md.
# Implementation Plan
## Overview
One-paragraph summary: what is being built, key constraints, and implementation approach.
## Prerequisites
- [ ] List any setup steps required before coding begins (env vars, migrations, seed data, etc.)
## Implementation Order
Numbered sequence of implementation units. Each unit must specify:
1. **Unit name** — e.g. "User Authentication API"
- Scope: backend / frontend / both
- Input: what this unit depends on
- Output: files to create or modify
- Key steps: 3–7 concrete sub-steps
## File Map
Table listing every new file to create:
| File path | Type | Responsibility |
|---|---|---|
| `src/...` | Controller | ... |
## Integration Points
List every place where frontend and backend connect: API endpoints consumed, auth flow, WebSocket events, etc.
## Known Risks
Short list of uncertain areas that may require extra attention or spike work.src/api/controllers/UserController.cs)POST /api/auth/login, validate credentials against User table, return JWT" is[DECISION NEEDED] with a one-sentence explanation of what needs to be decidedplan.md, click the "✅ Plan complete, submit for review" handoff button to return to the digital team for Gate 5 approvalWhen plan.md is estimated to exceed 150 lines or 6,000 characters:
[TBD] placeholdersComplete plan is written only to `.ai/temp/plan.md` — do not echo the full content in Chat. Chat reply must contain only:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.