Agentic Coding
Top tech stories today across software, hardware, AI, and product launches. Senior engineer audience — skip rumour churn and pre-announcement leaks. Lead with shipping-now stories and what changed for builders.
Anthropic's power-user playbook, Productboard's spec agent, and parallel worktrees
1 min read
Claude Code Power Tips
Anthropic just published the playbook their own team uses daily.
The biggest unlock: running 3–5 Claude Code sessions in parallel via git worktrees, with native support built in so you can name each worktree and jump between them with shell aliases [Source: Claude Support]. They recommend starting complex tasks in plan mode (Shift+Tab) and investing effort into the plan before execution. The team uses Opus with extended thinking for everything—less steering plus better tool use equals faster results despite the larger model. Terminal notifications keep you aware when a session finishes.
If you're still running one session at a time, you're leaving speed on the table.
CLAUDE.md Compounding
Your corrections can become permanent muscle memory for Claude.
The same Anthropic playbook recommends checking a CLAUDE.md file into git where your team documents every correction Claude makes [Source: Claude Support]. Each fix prevents the same mistake in future sessions, compounding over time. Pair this with the /effort command to dial reasoning depth—high for standard work, xhigh for complex agentic tasks, max for hard debugging. Verification comes through domain-specific tools like test suites or the /simplify command to review code quality.
Your CLAUDE.md becomes the team's institutional knowledge that survives every session reset.
Productboard Spark
Your PRD workflow just got a direct line into your codebase.
Productboard's Spark agent now integrates with Claude Code and Cursor through an MCP server, letting these tools access live product specifications and convert specs into technical implementation plans [Source: Productboard]. The agent grounds PRD creation in actual codebase analysis and customer feedback, surfacing technical requirements and flagging unresolved decisions instead of making assumptions. Users report spec generation that took a week now takes a day.
Worth exploring if your bottleneck sits between product docs and implementation.
Skills & Subagents
You can now automate your daily workflows without writing fresh prompts each time.
The Anthropic playbook recommends turning repeated tasks into skills stored in .claude/skills/ and creating subagents for common PR workflows or specialized concerns like code review [Source: Claude Support]. Custom agents with specific system prompts handle different roles—all checked into git so your future self benefits from shared configuration. The /memory command enables auto-memory between sessions, carrying context forward automatically.
This pairs nicely with the Agent Skills Registry you bookmarked earlier this week.
Claude Code power user tips | Claude Help Center11 hours ago ... This article collects workflow tips from the Claude Code team at Anthropic. ... performance regressions — and post inline comments. The Anthropic team ...support.claude.com
Running 3–5 Claude Code sessions in parallel using git worktrees is the biggest productivity unlock, with native worktree support built in—name your worktrees, use shell aliases to jump between them, and enable terminal notifications. Start complex tasks in plan mode (Shift+Tab) and invest effort into the plan before execution; the Claude Code team uses Opus with thinking for everything because less steering plus better tool use equals faster overall results despite the larger model. Invest in a CLAUDE.md file checked into git where your team documents every correction Claude makes, so it learns not to repeat mistakes—this compounds over time as each correction makes future sessions better. Use the /effort command to choose your reasoning depth (high for standard work, xhigh for complex agentic tasks, max for hard debugging), and enable verification through domain-specific tools like test suites, browser testing with the Chrome extension, or the /simplify command to review code quality in parallel. Automate repeated workflows by turning daily tasks into skills (stored in .claude/skills/) and create subagents for common PR workflows or specialized concerns like code review. Configure CLAUDE.md with team learnings, use /memory for auto-memory between sessions, and leverage custom agents with specific system prompts for different roles—all checked into git so the team benefits from shared configuration and practices.
Product Specification | Productboard Use Case10 hours ago ... Spec to code. Connected to your agentic development process. With Productboard's MCP server, coding agents like Claude Code, Cursor, and Codex ...productboard.com
Productboard's Spark agent integrates with coding agents like Claude Code and Cursor through an MCP server, enabling these tools to access live product specifications and convert specs into technical implementation plans or prototypes. The agent grounds PRD creation in actual codebase analysis, customer feedback, and product documentation, surfacing technical requirements and flagging unresolved decisions rather than making assumptions. Users report that spec generation that previously took a week now takes a day, with the agent providing consistent best practices and context-aware insights that reduce back-and-forth with engineering teams.