From requirements
Manages project requirements registry in Google Sheets: init spreadsheet from template, check status, sync with GitHub issues, add or update entries.
npx claudepluginhub dapi/claude-code-marketplace --plugin requirements# Requirements Manager Manage project requirements registry via Google Spreadsheet. ## Configuration - **Template:** https://docs.google.com/spreadsheets/d/18PAEXIvcRTyyP1THm60NiqmfTQEnuljc8obcpGOfx8c - **Google Email:** danilpismenny@gmail.com ### Getting Spreadsheet ID 1. Find the `# Requirements Management` section with `spreadsheet_id:` field in project's CLAUDE.md 2. If section is missing — tell user to run `/requirements init` for initialization ## Command: $ARGUMENTS Execute action based on argument: ### If `init` **Step 1: Determine project name** - Extract from `git remote...
/create-prdCreates a GitHub issue with structured PRD from product idea input, labels it PRD, optionally adds to GitHub Project, and clarifies vague inputs.
/f5-jiraManages unified Jira integration: setup connection, sync issues/files, check status, convert Excel/CSV, handle issues/attachments via subcommands.
/hatch3r-board-fillCreates epics and issues from todo.md, reorganizes board with dependency analysis, readiness assessment, and implementation ordering. Supports GitHub, Azure DevOps, GitLab.
/requirements-listLists all requirements from requirements/ directory with status (active/complete/incomplete), summaries, statistics, linked artifacts, stale highlights, and quick actions.
/devteam-planConducts interactive requirements gathering, researches codebase, creates PRD, and generates development plan with tasks and sprints. Supports spec files, folders, and auto-detection.
/issue-createCreates a new ticket/issue in configured backend (Gitea, GitHub, Jira, Linear, or local files) with title, optional description, labels, assignee, priority, milestone, and regression check. Returns issue number, URL, or file path.
Share bugs, ideas, or general feedback.
Manage project requirements registry via Google Spreadsheet.
# Requirements Management section with spreadsheet_id: field in project's CLAUDE.md/requirements init for initializationExecute action based on argument:
initStep 1: Determine project name
git remote get-url origin (repo name)Step 2: Automatically create spreadsheet copy
Try to create a copy programmatically using Google Workspace MCP:
Create new spreadsheet via create_spreadsheet:
Read template data via read_sheet_values:
18PAEXIvcRTyyP1THm60NiqmfTQEnuljc8obcpGOfx8cWrite data to new spreadsheet via modify_sheet_values:
format_sheet_range (bold, background color)Share spreadsheet via share_drive_file:
Step 3: On success
# Requirements Management
- **spreadsheet_id:** <NEW_ID>
- **spreadsheet_url:** https://docs.google.com/spreadsheets/d/<NEW_ID>
Step 4: On failure (fallback to manual)
If automatic creation fails, instruct the user:
/d/ and /edit in URL)status or emptysyncgh issue list --state all --json number,title,stateadd <title>gh issue create --title "<title>"update <ID> <column> <value>git remote get-url origin/requirements init