Claude Code gets controllable playbooks, not just more commands

Adam Olofsson HammareAdam Olofsson Hammare
Claude Code gets controllable playbooks, not just more commands

When Claude starts acting like a real coworker, better prompts are not enough. Teams need small, reusable workflows that can be reloaded, limited and reviewed. That is the practical signal in Claude Code 2.1.152: more control around skills, hooks, code review and long sessions.

What changed in Claude Code 2.1.152

Anthropic released Claude Code 2.1.152 on May 27. The everyday value is not one giant button. It is the way Claude Code now lets teams package and control repeated workflows.

A skill in Claude Code is a reusable instruction or work routine that Claude can use when a certain type of task appears. A hook is a small automation point around the session, for example when a session starts or when a message is displayed.

A few changes are worth testing right away:

  • Skills and slash commands can use disallowed-tools: in frontmatter to remove tools while the routine is active.
  • /reload-skills re-scans skill directories without restarting Claude Code.
  • SessionStart hooks can request skill reloads and set the session title.
  • MessageDisplay hooks can transform or hide assistant text as it is displayed.
  • /code-review --fix can now apply review findings directly to the working tree after review.
  • Claude Code switches to the configured --fallback-model for the rest of the session if the primary model is not found.

Source: Claude Code changelog, 2.1.152

Why this matters for practical teams

This matters most when Claude is not just answering in chat, but helping inside a real workflow: documenting a customer case, reviewing a small code change, turning support emails into an internal FAQ or preparing a proposal draft.

The difference from yesterday's working agreement matters. A working agreement says how the team wants Claude to behave. A Claude Code skill can make parts of that behavior executable: which routine applies, which tools should not be available, what gets logged and when a human approves the next step.

This is where Tool Forge becomes concrete. Do not start with a large agent. Start with one repeated routine that often gets almost right, but still needs clear review. Turn it into a skill card with limited tools, a short quality check and a simple audit log.

Control without slowing the useful work

disallowed-tools: is small on paper, but useful in real work. A skill for internal documentation may need to read files and write a draft, but it probably does not need to run shell commands. A skill for code review may need to inspect the diff, but not publish or deploy.

When a routine does need data or tools, put the controls where they belong: environment variables for configuration, a proper secret manager for keys, scoped API keys, least-privilege permissions, redaction of sensitive fields, approval gates before write actions and audit logs that show what Claude saw, suggested and changed.

Model Context Protocol, MCP, is the open standard for connecting AI apps like Claude to external tools and data sources. If you later connect MCP servers or Claude Custom Connectors, the same pattern matters even more: each routine should know which tools it may use and which ones it must never touch.

Source: What is the Model Context Protocol?

Source: Connect to remote MCP Servers

What to test today

Take one workflow that already repeats every week. For example: a consultant preparing the first draft of a client report, a small tech team reviewing pull requests or someone in operations summarizing support cases. Write the routine as if it were a production instruction, not a loose prompt.

The first version can be simple:

  • What Claude should produce
  • Which sources Claude must show
  • Which tools should be disabled
  • Which fields should be masked
  • What needs human approval
  • How the output should be reviewed before use

If you already use Claude Code: put the routine in a skill, test /reload-skills, and run one real but low-drama task. If you only use Claude in the web or desktop app: use the same template as an instruction. You still get better control before you build the technical wrapper.

Try this prompt this week

Use the prompt in Claude Code if you work with code or internal files. Use it in Claude chat/desktop if you first want to design the routine together. Do not paste secrets into the prompt itself; describe how keys and permissions should be handled, for example through environment variables, a secret manager and scoped API keys.

You are my AI work lead for a repeated workflow. Help me turn it into a controlled Claude routine/skill, not just a prompt.

Workflow: [describe one repeated task]
Audience: [who will use the output]
Available sources: [files, links, systems, MCP servers or none yet]
Desired output: [draft, checklist, code review, report, email, decision brief]

Do this:
1. Write a short routine description Claude can follow every time.
2. Suggest which tools the routine may use.
3. Suggest which tools should be blocked with disallowed-tools or an equivalent rule.
4. List which data fields should be masked or redacted before Claude sees them.
5. Suggest when Claude may act on its own and when it must ask for approval.
6. Write a simple audit log template with: source, assumption, decision, action, change, reviewer.
7. Give me three test cases: normal case, edge case and a stop case where Claude should ask for human review.
8. Finish with a first version of the instruction that could become a Claude Code skill.

Be practical. Clear limits beat a perfect policy nobody uses.

A good result looks like this: the routine is short enough to use, blocked tools are specific, source and review requirements are clear and there is at least one stop case where Claude should not continue alone.

What to watch next

The Claude Code direction is getting clearer: more work is moving from single chats into reloadable routines, hooks, plugins, MCP connections and reviewed background workflows. That makes Claude more useful, but only if the team owns the instructions.

The next practical step is to choose one routine and build it as a small Tool Forge prototype: one skill, one test task, one reviewer and one log. Once that works, connect more tools.

The Forge newsletter

Get new articles in your inbox

Pick the topics you care about. No noise, at most one email a week.

Get new articles in your inbox

We follow GDPR. Unsubscribe anytime.