agentsclimarketplace

Technical vision

Skill Amey-Thakur/AI-SKILLS/skills/architecture/technical-vision

Plug-and-play skills and prompts for every AI coding agent

Install
npx -y skills add Amey-Thakur/AI-SKILLS --skill technical-vision

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 19 days oldThe repository was created 19 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Write a north-star architecture document that sequences migrations and guides decisions without pretending to be a roadmap. Use when a team's technical direction is unclear or every design debate restarts from zero.

SKILL.md

3.7 KB, 803 tokens by cl100k_base, as published. Nobody here has run it

Technical vision

A technical vision is the shared picture of where the architecture is going and why, so that a hundred independent decisions pull in the same direction instead of scattering. It is not a roadmap (no dates, no deliverables) and not a fantasy (it sequences reachable steps); it is the coherence that lets teams decide locally and still converge.

Method

  1. State the destination and the why. The target architecture in a few Container-level diagrams (see architecture-diagrams) and the forces driving it (scaling limits hit, team boundaries, a strategic capability the current shape cannot support): the why is what lets people apply the vision to situations it did not anticipate. A destination without a rationale gets cargo-culted or ignored.
  2. Anchor in current reality, honestly. Describe the system as it actually is (the real diagram, not the aspirational one: see architecture-diagrams' honesty rule), including the debt and the ugly parts; a vision that pretends the starting point is clean produces a plan that does not survive contact with the codebase (see tech-debt-register).
  3. Sequence the path as principles, not a Gantt chart. The order of movement (what must come first, what unlocks what) and the migration strategy (strangler-fig for the big moves: see strangler-fig), expressed as direction and next steps, not dated commitments. This is the difference from a roadmap (see roadmap-communication): the vision says "toward", the roadmap says "by when", and conflating them makes the vision brittle.
  4. Make it decision-useful. The test of a vision: can a team facing a design choice consult it and know which option moves toward the destination? Encode the load- bearing principles (data ownership, sync vs async, build vs buy defaults: see managed-vs-selfhosted) so daily decisions (see architecture-decision-records) ladder up to it without a meeting. A vision nobody consults while deciding is decoration.
  5. Build it with the people who will execute it. A vision handed down is resisted; one shaped with the engineers who will build it and the stakeholders it serves (see rfc-process, mentoring-engineers' collaboration) earns the buy-in that makes it real. Circulate it, take the disagreement seriously (the objections are usually load-bearing), and revise.
  6. Keep it alive and falsifiable. Revisit as reality and strategy shift (the destination is a hypothesis, not a monument); mark what has been reached and what changed; retire it honestly when the business pivots past it. A three-year-old vision describing a strategy the company abandoned actively misleads (see feature-sunsetting's honesty about dead things).

Boundaries

  • A vision guides architecture decisions; it does not replace them (see architecture-decision-records) or the roadmap that schedules the work (see roadmap-communication). It is the layer above both.
  • Vision without execution is a slide deck; the sequencing and migration steps (see strangler-fig, cloud-migration) are what make it real, and they belong to the teams, not the document.
  • Over-specified visions (dictating implementation, not direction) rob teams of the local judgment that makes them effective; the vision sets the destination and the principles, the teams choose the path (see user-story-writing's let-the-team-own-the-how, at architecture scale).

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.