Maturity Matrix

Training: how to write good prompts/tasks

Training in how to write good prompts and tasks is the L2 investment in the fundamental skill that determines whether AI agents are useful or frustrating.

  • ·AI champion is designated per team with allocated time (not just informal interest)
  • ·Context engineer role exists (initial, possibly part-time) for maintaining agent instruction files
  • ·Developer training on effective agent interaction (prompt writing, task decomposition) has been conducted
  • ·Champion has a regular cadence for sharing learnings across the team
  • ·Training materials are documented and available for new hires

Evidence

  • ·Team roster showing designated AI champion with time allocation
  • ·Context engineer role assignment (even if combined with other duties)
  • ·Training session records or materials

What It Is

Training in how to write good prompts and tasks is the L2 investment in the fundamental skill that determines whether AI agents are useful or frustrating. A developer who writes clear, well-contextualized task descriptions gets dramatically better results than one who writes vague, assumption-laden requests - from the same model, with the same tools, on the same codebase. The quality of agent communication is the highest-leverage individual skill in AI-augmented development, and it is teachable.

The skill is not about knowing magic words or memorizing prompt frameworks. It is about three underlying capabilities: decomposing work into appropriately-sized, well-defined units; providing the context the agent needs to do the work correctly; and specifying the success criteria clearly enough that the agent (and the developer reviewing the output) can determine whether the task is done. These are skills that experienced tech leads apply when assigning work to junior developers - the same skills apply when assigning work to AI agents.

What makes prompt writing teachable is that the quality signal is fast and visible. A developer who writes a vague task prompt sees a bad result in 30 seconds. A developer who rewrites it with better context and clearer scope sees a better result in 30 more seconds. This fast feedback loop means that people who engage seriously with the skill improve quickly. The training intervention is not about teaching rules - it's about creating structured practice opportunities where people get the feedback loop, compare good and bad approaches, and develop the pattern recognition for what makes a task description effective.

Training at L2 is typically informal: a workshop, a shared prompt library with examples, a regular "prompt review" in team standup where people share what worked and what didn't. At L3, this becomes more systematic - formalized training modules, onboarding curriculum, and peer coaching structures. But the L2 investment in formal training is the first time the organization acknowledges that this is a skill, not just an intuition, and that it's worth investing in developing it systematically.

Why It Matters

Prompt quality training has a disproportionate return on investment because it affects every developer's AI output:

  • Multiplies every developer's AI investment - a developer who spends 20% of their time on AI-assisted tasks and writes mediocre prompts is getting perhaps 40% of the value available to them; the same time investment with good prompt skills might yield 80% of the available value; training doubles the return on an existing investment
  • Reduces senior debugging burden - a significant portion of the "senior debugs AI code" anti-pattern is caused by developers with poor prompt skills generating code with good tools; prompt training upstream reduces the debugging load downstream
  • Creates a common language for AI collaboration - when a team has shared vocabulary and shared standards for task specifications, developers can review each other's prompts, suggest improvements, and build on each other's patterns; without shared training, each developer develops idiosyncratic approaches that don't transfer
  • Reveals the task decomposition skill gap - many developers who struggle with prompt writing are actually struggling with task decomposition - the ability to break work into well-defined, appropriately-scoped units. Prompt training surfaces this gap and the skill development addresses it for both human and agent collaboration
  • Accelerates the transition to L3 - the prompt skills developed at L2 are the foundation for the more sophisticated task specification needed at L3, where agents run more autonomously and the cost of a poorly specified task is higher
Tip

The best prompt training exercise is comparative: take a real task from the team's current backlog, write three versions of the task specification (vague, good, excellent), run all three through the agent, and compare the outputs in a group setting. The comparison makes the skill concrete in a way that abstract rules cannot.

Getting Started

6 steps to get from here to the next level

Common Pitfalls

Mistakes teams actually make at this stage - and how to avoid them

How Different Roles See It

B
BobHead of Engineering

Bob's team is at L2 with patchy AI tool adoption - some developers use AI tools effectively and produce good results, others use the same tools and produce mediocre results. When Bob asks what separates the effective users from the ineffective ones, the effective ones describe their approach to structuring task specifications. The skill gap is visible but not addressed.

What Bob should do - role-specific action plan

S
SarahProductivity Lead

Sarah has been asked to design an AI skills curriculum for 120 engineers across 15 teams. The curriculum needs to cover the full range of AI-related skills from basic tool use to advanced agent orchestration. She's been told to start with "prompt writing" but is unsure how to scope and sequence it.

What Sarah should do - role-specific action plan

V
VictorStaff Engineer - AI Champion

Victor is the best prompt writer on the team - his AI-assisted tasks consistently produce better results than his colleagues, and he's been asked informally to help others improve. He's been doing this ad-hoc, one conversation at a time, which is not scaling.

What Victor should do - role-specific action plan