backlog-add

Parse natural language task descriptions and update a backlog JSON file with RICE scores.

Updated May 11, 2026
One-click install
npx skills add https://github.com/webn77/opennexus --skill backlog-add
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: backlog-add
Source: https://github.com/webn77/opennexus/tree/main/skills/backlog-add
Command: npx skills add https://github.com/webn77/opennexus --skill backlog-add

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps users efficiently add backlog items with minimal effort, automating task entry to improve productivity and organization.

Core Features & Use Cases

  • Natural Language Task Entry: Convert user-inputted descriptions into structured backlog entries.
  • Automatic RICE Scoring: Calculate RICE scores based on user-provided or estimated metrics to prioritize tasks.
  • Use Case: Suppose a project manager wants to add a new feature with an estimated impact; they can simply say "Add new login flow to work backlog," and the Skill will create an entry with a calculated importance score, optionally including due dates.

Quick Start

Provide the task description and context, then invoke the script to automatically create a backlog item with proper scoring and metadata.

Frequently Asked Questions about backlog-add

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add tasks to a backlog using natural language?

To add tasks to a backlog using natural language, provide a text description like 'Add new login flow to work backlog.' The tool parses your input for task details, computes impact and effort metrics, and updates the backlog JSON file to create structured entries.

How does automatic RICE scoring work for backlog items?

Automatic RICE scoring for backlog items works by calculating scores based on user-provided or estimated impact and effort metrics. The tool parses natural language input to assign these priorities, ensuring structured task entries for efficient project planning.

Can I set deadlines when adding backlog items through natural language entry?

Yes, you can optionally set deadlines when adding backlog items through natural language entry. The tool interprets your text descriptions to include due dates alongside the calculated importance score, updating the backlog JSON file for efficient project planning.

What is the best way to automate task entry for product management workflows?

Automating task entry for product management workflows is best achieved by converting natural language descriptions into structured backlog entries. This tool automates the process by parsing input, calculating RICE scores, and updating a backlog JSON file to improve productivity and organization.

Do I need a specific format to parse task details for backlog automation?

You do not need a specific format to parse task details for backlog automation. The tool interprets natural language descriptions directly, extracting task details and estimating metrics to compute RICE scores and update the backlog JSON file.

When should I not use natural language for backlog task management?

You should not use natural language for backlog task management if your workflow requires complex dependencies or non-RICE prioritization frameworks. This tool specifically parses text for RICE scoring and updates a JSON file, limiting its use for highly customized project planning structures.