Skip to content

Conversation

ayoubben18
Copy link

@ayoubben18 ayoubben18 commented Jul 20, 2025

Pull Request

Type of Contribution

  • New Resource - Adding a new resource to the list (ONE per PR)
  • Update Resource - Updating existing resource information (e.g., broken link, license info)
  • Repository Improvement - Improving the repository itself (not adding resources)

For New Resources

Resource Information

  • Display Name:
  • Category:
  • Sub-Category (if applicable):
  • Primary Link:
  • Author Name:
  • Author Link:
  • License (if known):

Description

Automated Notification

  • This is a GitHub-hosted resource and will receive an automatic notification issue when merged

Checklist for New Resources

  • Used make add-resource or python scripts/add_resource.py to add the resource
  • OR manually added entry to THE_RESOURCES_TABLE.csv
  • Ran make generate to update README.md
  • Verified link works and points to correct resource
  • Description is concise (1-2 sentences max)

For Resource Updates

What Changed?

  • Resource Name:
  • Change Type:
  • Details:

Checklist for Updates

  • Updated entry in THE_RESOURCES_TABLE.csv
  • Ran make generate to update README.md
  • Verified new information is correct

For Repository Improvements

Description of Changes

Checklist for Repository Changes

  • Changes follow existing code style
  • Updated relevant documentation
  • Tested changes locally
  • Pre-commit hooks pass

Additional Notes

Questions?

  • See CONTRIBUTING.md for detailed contribution guidelines
  • Use make add-resource for guided resource submission
  • The CSV approach ensures consistent formatting - never edit README.md directly!

@hesreallyhim
Copy link
Owner

Hi @ayoubben18 thanks very much for taking the time to make a submission! I'm curious to know how this is working for you. It seems to me that it's a lot of work to accomplish with just one command, at least for any non-trivial sized project. Do you have examples of anything you've built with it? It basically covers the whole SDLC. So I'm curious how performant you are finding it. E.g. there are some workflows where prob each step would be broken down into possibly multiple other major steps. Anyway that's my main issue right now, but maybe you found some secret sauce(?)

@ayoubben18
Copy link
Author

ayoubben18 commented Jul 23, 2025

Hi @hesreallyhim I've been using this as a way of creating and describing my tasks on linear and it's been working pretty fine for me the tasks included working on features, bug fixes, refactoring..., and I transformed it into a slash command instead of manually describing everything on linear and fetching again, you can use this command to work on different stuff, it uses exact information needed for the task because I'm asking the user about all the context needed for the LLM to implement to avoid hallucination or using irrelevant information and throwing claude code in a search loop, since everything is given to the agent, you can use all that knowledge to add it to your tasks on linear or trello or whatever, so your team can understand more what you did and why you did it.

@ayoubben18
Copy link
Author

If this command is relevant to this repository please do not merge yet until I push a better impolementation I'm testing right now, where I enforce the user to be in plan mode so claude can create the plan in plan mode instead of creating a manual plan like I'm doing right now

@hesreallyhim hesreallyhim marked this pull request as draft July 23, 2025 12:40
Copy link
Owner

@hesreallyhim hesreallyhim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ayoubben18 this still looks like a cool slash-command but you haven't replied in a long time so I'm closing this, but if you want to submit it, please open an Issue for it and I think it looks good 👍

@hesreallyhim
Copy link
Owner

@ayoubben18 re-submit via Issue form if still interested

@ayoubben18
Copy link
Author

@ayoubben18 this still looks like a cool slash-command but you haven't replied in a long time so I'm closing this, but if you want to submit it, please open an Issue for it and I think it looks good 👍

I have created my own claude code workflow you can check it out it is more detailed and have better context and also using subagents and designed around it please check it under
ab-method

and include it in this repo if you want and see it useful, Cheers

@hesreallyhim
Copy link
Owner

@ayoubben18 sweet yes that looks very cool i will definitely add it. One thing, does the CLI allow for seamless updates/merges with existing agent configurations? e.g. will it overwrite my existing agents? what happens when you update one of the agent files? is this managed gracefully by the CLI?

@hesreallyhim hesreallyhim reopened this Sep 11, 2025
@ayoubben18
Copy link
Author

@hesreallyhim yes I manage everything through the CLI, about your existing agents it will prompt you to overwrite your existing configuration in case there are any possible conflicts

@hesreallyhim
Copy link
Owner

@ayoubben18 awesome looks really nice, can you open a submission using the Issues Resource Submission flow? That way you can write your own description, it's really easy you don't have to leave github.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants