A project management framework for AI-assisted development with Claude Code

3 Open Issues Need Help Last updated: Jul 23, 2025

Open Issues Need Help

View All on GitHub
AI/ML AI-Assisted Project Management
help wanted question

A project management framework for AI-assisted development with Claude Code

TypeScript
AI/ML AI-Assisted Project Management

AI Summary: The task involves modifying the `mcp-server/src/templates/handler.ts` file within the Simone project to include the `features` configuration from `project.yaml` in the Handlebars template context. This will enable conditional rendering in templates based on enabled features, such as Git worktree or PR review wait instructions. The fix requires adding a line of code to pass the features object to the context and verifying functionality.

Complexity: 2/5
bug good first issue

A project management framework for AI-assisted development with Claude Code

TypeScript
AI/ML AI-Assisted Project Management

AI Summary: The task involves modifying the `create_issue` prompt within a project management framework to dynamically fetch and suggest GitHub labels instead of using hardcoded ones. This requires fetching available labels via the GitHub API, implementing intelligent label matching based on issue characteristics and project configuration, and adding error handling for API failures. The solution must maintain backward compatibility and work with both CLI and MCP GitHub tools.

Complexity: 4/5
enhancement good first issue

A project management framework for AI-assisted development with Claude Code

TypeScript