Problem Statement
When users ask "create a GitHub issue for xyz", the current workflow doesn't automatically incorporate:
- Existing procedures that might be relevant
- GitHub issue templates that provide structure
- Contextual guidance based on issue type
Proposed Solution
Create procedures that enhance the GitHub issue creation workflow to:
- Auto-detect issue type from user request and suggest appropriate template
- Cross-reference procedures - automatically link relevant procedures based on keywords
- Inject context - pull in relevant documentation, principles, or procedures
- Template selection - guide agents to use appropriate issue templates
Implementation Ideas
Example Workflow
User: "create a github issue for improving MCP server logging"
Agent should:
- Recognize this as a technical enhancement
- Use appropriate issue template
- Reference existing MCP procedures
- Include relevant context from knowledge base
Acceptance Criteria
Related Principles
systems-stewardship - Building reusable patterns
ose - Operating at the right level of abstraction
snowball-method - Knowledge accumulation through better templates
Problem Statement
When users ask "create a GitHub issue for xyz", the current workflow doesn't automatically incorporate:
Proposed Solution
Create procedures that enhance the GitHub issue creation workflow to:
Implementation Ideas
github-issue-creation.mdwith decision tree for issue typesExample Workflow
User: "create a github issue for improving MCP server logging"
Agent should:
Acceptance Criteria
Related Principles
systems-stewardship- Building reusable patternsose- Operating at the right level of abstractionsnowball-method- Knowledge accumulation through better templates