Documentation/Dashboard/Specs
freestarterpro

Specs

rampify.dev/clients/:id/features

Specs turns SEO findings into work your AI coding tool can actually implement. Every improvement becomes a feature specification, with tasks, acceptance criteria, and a commit trail, instead of a bullet in a report nobody executes.

rampify.dev/clients/…/features
acme.com
Home
Specs
Discovery
Website
Keywords
Google Search
Profile
Products
Settings
Feature Specifications+ New Spec
Add meta descriptions to 14 product pages
6/9 tasksin progress
Fix redirect chain on /blog/* archive
4 tasksplanned
Add Article schema to guide pages
3 tasksplanned
Canonical cleanup: pricing variants
5/5 taskscompleted

Capture work as specs#

Specs arrive two ways: you write them with New Spec, or Rampify files them for you: every site crawl that detects issues creates specs describing the fix. Filter the list by status or tag to keep planned, in-progress, and completed work separated.

Hand a spec to your AI#

The point of a spec is that you don't implement it by hand. The MCP handoff in the toolbar gives you a paste-ready prompt; your coding tool pulls the spec over MCP and works it task by task.

1
Copy the handoff prompt

From the Specs toolbar; it carries the project context with it.

2
Paste into Claude Code or Cursor

The AI fetches the spec with get_feature_spec and sees the same tasks and criteria you do.

3
Watch status flow back

As the AI marks tasks complete and links commits, the dashboard updates, with no copy-paste status meetings.

Trace specs to commits#

Tasks and acceptance criteria live on the spec; commits link back to both. Your AI can generate a conventional-commits message straight from spec context, so six months later git log still explains why a change happened.

From your AI tool

Everything above is also reachable over MCP: same data, no dashboard tab. The toolbar's MCP handoff on this page pre-fills the project context for you.

Find specs by search, status, priority, or taglist_feature_specsread
Pull one spec with full tasks and criteriaget_feature_specread
File a new spec from a finding or ideacreate_feature_specwrite
Mark tasks in progress / complete as work happensupdate_spec_taskwrite
Generate a commit message from spec contextget_commit_messageread
Link a commit SHA back to a spec and tasklink_commitwrite