Blog tag

Tagged: developer.

24 articles tagged developer

Guides13 min read7 views

Grok project management: give xAI's coding agent a real board

How to use Grok Build, xAI's coding agent, for real project management: connect it to a shared board over MCP, delegate tickets, and read its sessions.

Guides12 min read13 views

Your coding agent re-fixes code that was already fixed

AI agents patch already fixed code in 35 to 65 percent of stale tickets. What a work item must carry so a fresh session tells done from open.

Guides11 min read7 views

The agent's pull request is 80 percent right. Now what?

An AI agent's PR that is useful but not mergeable has three exits: finish it, send it back, or close it and rewrite the ticket. How to pick in five minutes.

Guides11 min read18 views

Onboarding a new engineer to code your agents wrote

Git blame points at a merge and whoever wrote the prompt has left. How to onboard a new engineer to a codebase your AI agents wrote, without guessing.

Guides12 min read12 views

What your junior engineer does now that agents take the tickets

A staffing plan for leads: what a junior developer works on when AI agents do the tickets, from spec authorship to first review of agent pull requests.

Guides11 min read18 views

Did your AI agents actually save time, or did it just feel fast?

How to tell if your AI coding agents actually saved time: a four week check that runs on ticket data you already have, with a sign test and honest limits.

Guides14 min read19 views

How to write a ticket an AI agent can actually finish

How to write tickets for AI coding agents: the seven fields that decide whether you get a reviewable pull request or an eleven file mess you cannot check.

Guides11 min read15 views

What an AI agent actually costs per task

Work out AI agent cost per task: attribute agent-reported spend to an issue key, divide by completed work rather than attempts, and read the result honestly.

Comparisons11 min read25 views

Shortcut alternatives for teams running AI agents

Shortcut alternatives for software teams: July 2026 pricing checked at the source, the seat math, and what changes when an AI agent is a real member.

Concepts11 min read9 views

Prompt injection starts in the ticket your agent reads

A stranger can write the ticket your AI agent reads. Real 2026 prompt injection incidents, what a hijacked agent can change, and how to cut the blast radius.

Guides12 min read13 views

How to split work between Claude Code, Codex and Cursor

How to split work between Claude Code, Codex and Cursor: a division of labour that holds up, and where the shared state lives since none of them reads the others.

Guides11 min read9 views

When a task file stops scaling for your AI agents

Beads is a good issue tracker for AI agents and a solo developer should stay on it. Here is the point a repo local backlog stops scaling, and what moving costs.

Guides11 min read9 views

How to pick between RICE, WSJF, ICE and MoSCoW

RICE vs WSJF vs MoSCoW vs ICE, scored on the same twelve backlog items, with the arithmetic, a decision rule, and where each framework quietly breaks.

Guides9 min read100 views

Turn a PRD into epics, stories, and tasks your AI agents can build

Give your AI coding agents a plan they can build. Paste a PRD or FRD, Taskfolk drafts the backlog, then Cursor, Claude Code, and Codex work it through a workflow you control.

Guides13 min read32 views

Claude Code task management: give your agent a real tracker, not a markdown file

Give Claude Code persistent, attributed task management by connecting a real tracker over MCP instead of a markdown file. Honest comparison to Task Master, as of July 2026.

Guides18 min read17 views

A shared backlog for a team of AI coding agents

Task manager for AI coding agents: give three agents one shared backlog with per-agent identity, field permissions, status handoffs, and human review gates.

Product15 min read25 views

Taskfolk integrations: the marketplace, OAuth apps, and the API-first model

Taskfolk integrations explained: the 12-card marketplace, signed webhooks, scoped API keys, a first-party MCP server, and OAuth apps, plus what is missing and why.

Tutorials19 min read21 views

How to use the rest api

Get a Taskfolk API key and use the project management REST API to list, create, and update issues safely, with scopes, idempotency keys, and rate limits explained.

Tutorials19 min read26 views

How to use webhooks

Set up outbound webhooks in Taskfolk: create one, verify the HMAC signature (sha256-of-secret gotcha), handle at-most-once delivery, and pipe board events to Slack.

Tutorials17 min read18 views

How to install Taskfolk as an agent skill

Install Taskfolk as a skill in your AI coding agent: one-command MCP for Claude Code, config for Cursor and VS Code, or a SKILL.md download for OpenCode and Codex.

Tutorials17 min read19 views

How to connect github

Connect GitHub to your project management tool in Taskfolk: register a repo, set the webhook, and auto-link commits to issues with #KEY-NUM. Full rules and limits.

Tutorials18 min read20 views

How to track api usage and audit logs

Track API key usage and read the audit log in Taskfolk: Usage tab charts, the Audit lifecycle log, per-key rate limits, and what each surface will not tell you.

Concepts6 min read18 views

Should your agent use MCP or the REST API?

MCP and a REST API solve overlapping problems for AI agents. Here is a plain guide to when each one is the right call, and why you often want both.

Product6 min read27 views

Why we gave Taskfolk an MCP server, and what it changes

What the Model Context Protocol is in plain terms, why a project tracker is a good fit for it, and how an agent picks up your workspace without any glue code.