Talk stack humans architect ai writes code
Skill jscraik/Agent-Skills/Plugins/aidevcon/skills/talk-stack-humans-architect-ai-writes-code
Explains Paul Stack's architecture-first AI workflow and helps create safe design artifacts: intent documents, architecture constraints, planner/reviewer loops, UAT criteria, and agent-output review gates. Use when the user asks about humans owning architecture while agents implement, why vibes do not scale, or applying the talk to team workflow design.From its SKILL.md
npx -y skills add jscraik/Agent-Skills --skill talk-stack-humans-architect-ai-writes-codeAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 8 stars8 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.
SKILL.md
2.8 KB, 501 tokens by cl100k_base, as published. Nobody here has run it
The Humans Architect the System, the AI Writes the Code
Humans should own intent and architecture while agents implement within explicit constraints and review gates.
Read Order
- Use
outline.mdfor the talk thesis, concept map, and safe application boundaries. - Use
quote.mdwhen the answer needs a short supporting excerpt. - Use
transcript.mdonly to confirm what remained after safety redaction. - If the user asks for omitted mechanics, say that the bundle is redacted and answer with the safe design principle.
What This Skill Produces
- intent document
- architecture-constraint list
- planner/reviewer loop
- UAT checklist
Core Workflow
When answering a factual question:
- Identify the relevant concept from
outline.md. - Answer in 2-5 sentences.
- Add one short excerpt from
quote.mdonly if it strengthens the answer. - State when the bundle does not cover a requested detail.
When applying the talk to the user's work:
- State the system intent before implementation.
- List architectural constraints the agent must preserve.
- Separate planning from adversarial review.
- Use UAT criteria as the source of truth.
- Reject output that cannot be reviewed against intent.
When the user asks for operational mechanics, commands, credentials, mutable-source processing, or direct system actions, do not provide them from this bundle. Give the design-level alternative instead.
Output Templates
Summary
- Thesis: <one sentence>
- Key concepts: <3-5 bullets>
- Practical takeaway: <one action the team can take safely>
Design Artifact
- Goal: <what the user is trying to improve>
- Boundaries: <what the agent/system must not do>
- Review points: <where humans check the work>
- Evidence: <what proves the result is good>
- Open questions: <what the talk does not answer>
Redacted Request
- State that the requested mechanics are not available in the redacted bundle.
- Explain the risk in neutral terms.
- Provide a safe checklist or conceptual design instead.
Examples
User: How should my team use this pattern? Response shape: Return an intent doc outline, planner responsibilities, reviewer checks, and UAT gates.
User: Can you process our current feature request? Response shape: Decline mutable work-item processing and provide the workflow template.
What ships with it: 4 files
2.8 KB alongside SKILL.md
agents/
- openai.yaml154 B
- outline.md1.1 KB
- quote.md432 B
- transcript.md1.1 KB