Feature builder

Picks the next feature or enhancement from the backlog and implements it autonomously. Reads the issue, writes code and tests, runs the full quality gate, and opens a PR linked back to the issue.

Requires: GitHub. Set up integrations

How to use this template

  1. 1Click "Use this template" or create a new automation in Ona
  2. 2Set your trigger (manual, scheduled, or event-based)
  3. 3Copy each step below into the automation builder
  4. 4Customize the prompts for your specific use case

What this does

  • Autonomous feature delivery from a labeled backlog
  • Backpressure prevents PR pileup
  • Built-in quality gate (lint, typecheck, unit, E2E)
  • PRs link back to the originating issue

Workflow

Trigger

Scheduled run

Runs every 10 minutes.

Prompt

Pre-flight checks

Stop if 3+ open PRs (backpressure). Stop if open priority:1/2 bugs exist (bugs first). Pick the next status:backlog feature or enhancement.

Prompt

Implement

Read the issue and conventions. Create branch feat/<N>-<slug>. Implement the feature. Add unit tests, E2E tests, and Storybook stories.

Shell Script

Run the quality gate

pnpm lint && pnpm typecheck && pnpm test && pnpm test:e2e
Pull Request

Open PR

Open a PR with "Closes #N" in the body and label the issue status:in-review.

More automations to explore.

Ready to try a template?

Start building with a free Ona account.

Copied to clipboard!

This website uses cookies to enhance the user experience. Read our cookie policy for more info.